Autopsy  4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.coreutils.LocalDisk Class Reference

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
 

Detailed Description

Representation of a PhysicalDisk or partition.

Definition at line 24 of file LocalDisk.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.coreutils.LocalDisk.LocalDisk ( String  name,
String  path,
long  size 
)

Member Function Documentation

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 ( )

Member Data Documentation

String org.sleuthkit.autopsy.coreutils.LocalDisk.name
private
String org.sleuthkit.autopsy.coreutils.LocalDisk.path
private
long org.sleuthkit.autopsy.coreutils.LocalDisk.size
private

The documentation for this class was generated from the following file:

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.