Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
LocalDisk (String name, String path, long size) | |
String | getName () |
String | getPath () |
String | getReadableSize () |
long | getSize () |
String | toString () |
Private Attributes | |
String | name |
String | path |
long | size |
Representation of a PhysicalDisk or partition.
Definition at line 24 of file LocalDisk.java.
org.sleuthkit.autopsy.coreutils.LocalDisk.LocalDisk | ( | String | name, |
String | path, | ||
long | size | ||
) |
Definition at line 30 of file LocalDisk.java.
References org.sleuthkit.autopsy.coreutils.LocalDisk.name, org.sleuthkit.autopsy.coreutils.LocalDisk.path, and org.sleuthkit.autopsy.coreutils.LocalDisk.size.
String org.sleuthkit.autopsy.coreutils.LocalDisk.getName | ( | ) |
Definition at line 36 of file LocalDisk.java.
References org.sleuthkit.autopsy.coreutils.LocalDisk.name.
String org.sleuthkit.autopsy.coreutils.LocalDisk.getPath | ( | ) |
Definition at line 40 of file LocalDisk.java.
References org.sleuthkit.autopsy.coreutils.LocalDisk.path.
String org.sleuthkit.autopsy.coreutils.LocalDisk.getReadableSize | ( | ) |
Definition at line 48 of file LocalDisk.java.
Referenced by org.sleuthkit.autopsy.coreutils.LocalDisk.toString().
long org.sleuthkit.autopsy.coreutils.LocalDisk.getSize | ( | ) |
Definition at line 44 of file LocalDisk.java.
References org.sleuthkit.autopsy.coreutils.LocalDisk.size.
String org.sleuthkit.autopsy.coreutils.LocalDisk.toString | ( | ) |
Definition at line 59 of file LocalDisk.java.
References org.sleuthkit.autopsy.coreutils.LocalDisk.getReadableSize().
|
private |
Definition at line 26 of file LocalDisk.java.
Referenced by org.sleuthkit.autopsy.coreutils.LocalDisk.getName(), and org.sleuthkit.autopsy.coreutils.LocalDisk.LocalDisk().
|
private |
Definition at line 27 of file LocalDisk.java.
Referenced by org.sleuthkit.autopsy.coreutils.LocalDisk.getPath(), and org.sleuthkit.autopsy.coreutils.LocalDisk.LocalDisk().
|
private |
Definition at line 28 of file LocalDisk.java.
Referenced by org.sleuthkit.autopsy.coreutils.LocalDisk.getSize(), and org.sleuthkit.autopsy.coreutils.LocalDisk.LocalDisk().
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.