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

Public Member Functions

short getValue ()
 
String toString ()
 

Static Public Member Functions

static TSK_FS_NAME_FLAG_ENUM valueOf (int dirFlag)
 

Public Attributes

 ALLOC =(1, bundle.getString("TskData.tskFsNameFlagEnum.allocated"))
 Name is in an allocated state. More...
 
 UNALLOC =(2, bundle.getString("TskData.tskFsNameFlagEnum.unallocated"))
 Name is in an unallocated state. More...
 

Detailed Description

The allocated status of a file system file, as reported in the name structure of the file system. This is the dir_flags column in the tsk_files table.

Definition at line 154 of file TskData.java.

Member Function Documentation

String org.sleuthkit.datamodel.TskData.TSK_FS_NAME_FLAG_ENUM.toString ( )
static TSK_FS_NAME_FLAG_ENUM org.sleuthkit.datamodel.TskData.TSK_FS_NAME_FLAG_ENUM.valueOf ( int  dirFlag)
static

Convert dirFlag int value to the enum type

Parameters
dirFlagint value to convert
Returns
the enum type corresponding to dirFlag

Definition at line 188 of file TskData.java.

Member Data Documentation

org.sleuthkit.datamodel.TskData.TSK_FS_NAME_FLAG_ENUM.UNALLOC =(2, bundle.getString("TskData.tskFsNameFlagEnum.unallocated"))

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

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