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

Public Member Functions

long getVsFlag ()
 

Public Attributes

 TSK_VS_PART_FLAG_ALL =(7)
 Show all sectors in the walk. More...
 
 TSK_VS_PART_FLAG_ALLOC =(1)
 Sectors are allocated to a volume in the volume system. More...
 
 TSK_VS_PART_FLAG_META =(4)
 Sectors contain volume system metadata and could also be ALLOC or UNALLOC. More...
 
 TSK_VS_PART_FLAG_UNALLOC =(2)
 Sectors are not allocated to a volume. More...
 

Detailed Description

Flags for a partition in the disk image. This is the flags column in the tsk_vs_parts table.

Definition at line 331 of file TskData.java.

Member Function Documentation

long org.sleuthkit.datamodel.TskData.TSK_VS_PART_FLAG_ENUM.getVsFlag ( )

Get long value of the vs flag

Returns
the long value of the flag

Definition at line 349 of file TskData.java.

Member Data Documentation

org.sleuthkit.datamodel.TskData.TSK_VS_PART_FLAG_ENUM.TSK_VS_PART_FLAG_ALL =(7)

Show all sectors in the walk.

Definition at line 336 of file TskData.java.

Referenced by org.sleuthkit.datamodel.Volume.vsFlagToString().

org.sleuthkit.datamodel.TskData.TSK_VS_PART_FLAG_ENUM.TSK_VS_PART_FLAG_ALLOC =(1)

Sectors are allocated to a volume in the volume system.

Definition at line 333 of file TskData.java.

Referenced by org.sleuthkit.datamodel.Volume.vsFlagToString().

org.sleuthkit.datamodel.TskData.TSK_VS_PART_FLAG_ENUM.TSK_VS_PART_FLAG_META =(4)

Sectors contain volume system metadata and could also be ALLOC or UNALLOC.

Definition at line 335 of file TskData.java.

Referenced by org.sleuthkit.datamodel.Volume.vsFlagToString().

org.sleuthkit.datamodel.TskData.TSK_VS_PART_FLAG_ENUM.TSK_VS_PART_FLAG_UNALLOC =(2)

Sectors are not allocated to a volume.

Definition at line 334 of file TskData.java.

Referenced by org.sleuthkit.datamodel.Volume.vsFlagToString().


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.