|
Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
| String | getName () |
| long | getSize () |
Static Public Member Functions | |
| static SIZE_UNIT | fromName (String name) |
Public Attributes | |
| BYTE =(1, "Bytes") | |
| GIGABYTE =(1024 * 1024 * 1024, "Gigabytes") | |
| KILOBYTE =(1024, "Kilobytes") | |
| MEGABYTE =(1024 * 1024, "Megabytes") | |
Private Member Functions | |
| SIZE_UNIT (long size, String name) | |
Private Attributes | |
| String | name |
| long | size |
Represents the units of size
Definition at line 436 of file FilesSet.java.
|
private |
Definition at line 445 of file FilesSet.java.
References org.sleuthkit.autopsy.modules.interestingitems.FilesSet.name.
|
static |
| String org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.FileSizeCondition.SIZE_UNIT.getName | ( | ) |
Definition at line 466 of file FilesSet.java.
References org.sleuthkit.autopsy.modules.interestingitems.FilesSet.name.
Referenced by org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.FileSizeCondition.SIZE_UNIT.fromName(), and org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.toString().
| long org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.FileSizeCondition.SIZE_UNIT.getSize | ( | ) |
Definition at line 450 of file FilesSet.java.
Referenced by org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.FileSizeCondition.passes().
| org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.FileSizeCondition.SIZE_UNIT.BYTE =(1, "Bytes") |
Definition at line 438 of file FilesSet.java.
| org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.FileSizeCondition.SIZE_UNIT.GIGABYTE =(1024 * 1024 * 1024, "Gigabytes") |
Definition at line 441 of file FilesSet.java.
| org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.FileSizeCondition.SIZE_UNIT.KILOBYTE =(1024, "Kilobytes") |
Definition at line 439 of file FilesSet.java.
| org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.FileSizeCondition.SIZE_UNIT.MEGABYTE =(1024 * 1024, "Megabytes") |
Definition at line 440 of file FilesSet.java.
|
private |
Definition at line 443 of file FilesSet.java.
|
private |
Definition at line 442 of file FilesSet.java.
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.