Autopsy
4.21.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Static Public Member Functions | |
static String | humanReadableByteCount (long bytes, boolean si) |
static boolean | isNetworkDrive (String driveLetter) |
Private Member Functions | |
DriveListUtils () | |
Utility class for displaying a list of drives
Definition at line 30 of file DriveListUtils.java.
|
private |
Empty private constructor for util class
Definition at line 54 of file DriveListUtils.java.
|
static |
Convert a number of bytes to a human readable string
bytes | the number of bytes to convert |
si | whether it takes 1000 or 1024 of a unit to reach the next unit |
Definition at line 41 of file DriveListUtils.java.
|
static |
Use the command net
to determine what this drive is. net use
will return an error for anything which isn't a share.
Definition at line 61 of file DriveListUtils.java.
Copyright © 2012-2024 Sleuth Kit Labs. Generated on: Mon Mar 17 2025
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.