Sleuth Kit Java Bindings (JNI)
4.13.0
Java bindings for using The Sleuth Kit
|
Public Member Functions | |
int | getType () |
Static Public Member Functions | |
static EncodingType | valueOf (int type) |
Public Attributes | |
NONE =(0) | |
XOR1 =(1) | |
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 977 of file TskData.java.
int org.sleuthkit.datamodel.TskData.EncodingType.getType | ( | ) |
Definition at line 988 of file TskData.java.
|
static |
Definition at line 992 of file TskData.java.
org.sleuthkit.datamodel.TskData.EncodingType.NONE =(0) |
Definition at line 979 of file TskData.java.
Referenced by org.sleuthkit.datamodel.SleuthkitCase.addDerivedFile(), org.sleuthkit.datamodel.SleuthkitCase.addLocalFile(), org.sleuthkit.datamodel.LocalFile.LocalFile(), and org.sleuthkit.datamodel.AbstractFile.readLocal().
org.sleuthkit.datamodel.TskData.EncodingType.XOR1 =(1) |
Definition at line 980 of file TskData.java.
Copyright © 2011-2024 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.