Sleuth Kit Java Bindings (JNI)  4.3
Java bindings for using The Sleuth Kit
org.sleuthkit.datamodel.TskData.EncodingType Enum Reference

Public Member Functions

int getType ()
 

Static Public Member Functions

static EncodingType valueOf (int type)
 

Public Attributes

 NONE =(0)
 
 XOR1 =(1)
 

Private Member Functions

 EncodingType (int type)
 

Private Attributes

final int type
 

Detailed Description

Encoding type records whether locally stored files have been encoded or not, and the method used to do so. This is the encoding_type column in the tsk_files_path table. Files are encoded using EncodedFileOutputStream and are saved to the database as derived files with the appropriate encoding type argument.

Definition at line 785 of file TskData.java.

Constructor & Destructor Documentation

org.sleuthkit.datamodel.TskData.EncodingType.EncodingType ( int  type)
private

Definition at line 792 of file TskData.java.

Member Function Documentation

int org.sleuthkit.datamodel.TskData.EncodingType.getType ( )

Definition at line 796 of file TskData.java.

static EncodingType org.sleuthkit.datamodel.TskData.EncodingType.valueOf ( int  type)
static

Definition at line 800 of file TskData.java.

Member Data Documentation

final int org.sleuthkit.datamodel.TskData.EncodingType.type
private

Definition at line 790 of file TskData.java.

org.sleuthkit.datamodel.TskData.EncodingType.XOR1 =(1)

Definition at line 788 of file TskData.java.


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

Copyright © 2011-2015 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.