Sleuth Kit Java Bindings (JNI)  4.6
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)
 

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 856 of file TskData.java.

Member Function Documentation

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

Definition at line 867 of file TskData.java.

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

Definition at line 871 of file TskData.java.

Member Data Documentation

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

Definition at line 859 of file TskData.java.


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

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