Autopsy  3.1
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 ()
 
long getSize ()
 
String getReadableSize ()
 
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 35 of file LocalDisk.java.

References org.sleuthkit.autopsy.coreutils.LocalDisk.name.

String org.sleuthkit.autopsy.coreutils.LocalDisk.getPath ( )

Definition at line 39 of file LocalDisk.java.

References org.sleuthkit.autopsy.coreutils.LocalDisk.path.

String org.sleuthkit.autopsy.coreutils.LocalDisk.getReadableSize ( )

Definition at line 47 of file LocalDisk.java.

Referenced by org.sleuthkit.autopsy.coreutils.LocalDisk.toString().

long org.sleuthkit.autopsy.coreutils.LocalDisk.getSize ( )

Definition at line 43 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-2015 Basis Technology. Generated on: Mon Oct 19 2015
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.