Autopsy  4.11.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Static Public Member Functions | Public Attributes | Private Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.FileSizeCondition.SIZE_UNIT Enum Reference

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
 

Detailed Description

Represents the units of size

Definition at line 436 of file FilesSet.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.FileSizeCondition.SIZE_UNIT.SIZE_UNIT ( long  size,
String  name 
)
private

Member Function Documentation

static SIZE_UNIT org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.FileSizeCondition.SIZE_UNIT.fromName ( String  name)
static
String org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.FileSizeCondition.SIZE_UNIT.getName ( )
long org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.FileSizeCondition.SIZE_UNIT.getSize ( )

Member Data Documentation

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.

String org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.FileSizeCondition.SIZE_UNIT.name
private

Definition at line 443 of file FilesSet.java.

long org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.FileSizeCondition.SIZE_UNIT.size
private

Definition at line 442 of file FilesSet.java.


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

Copyright © 2012-2018 Basis Technology. Generated on: Fri Jun 21 2019
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.