Package com.blackhillsoftware.smf.smf92
Class FileSystemSuspend
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf92.FileSystemSuspend
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic FileSystemSuspend
create
(byte[] Data, int offset, int length) create is intended for internal use only.smf92sdd()
SMF92SDD value.long
smf92sdn()
SMF92SDN value.boolean
smf92sdo()
Return true ifSMF92SDO
bit insmf92sfg()
is set.int
smf92sfg()
SMF92SFG value.smf92sfm()
SMF92SFM MntEntFsMode.long
SMF92SFM raw value.smf92sfn()
SMF92SFN value.smf92sft()
SMF92SFT FileSystemType.long
SMF92SFT raw value.boolean
smf92slu()
Return true ifSMF92SLU
bit insmf92sfg()
is set.boolean
smf92snu()
Return true ifSMF92SNU
bit insmf92sfg()
is set.boolean
smf92ssn()
Return true ifSMF92SSN
bit insmf92sfg()
is set.smf92stn()
SMF92STN value.smf92sts()
SMF92STS STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).SMF92STS STCK value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
SMF92SLU
public static final int SMF92SLUConstant: 0x80 = 128- See Also:
-
SMF92SNU
public static final int SMF92SNUConstant: 0x40 = 64- See Also:
-
SMF92SDO
public static final int SMF92SDOConstant: 0x20 = 32- See Also:
-
SMF92SSN
public static final int SMF92SSNConstant: 0x10 = 16- See Also:
-
-
Method Details
-
smf92sts
SMF92STS STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).Use
smf92stsRawValue()
for a BigInteger containing the complete STCK value.- Returns:
- DateTime SMF92STS STCK converted to ZonedDateTime
- See Also:
-
smf92stsRawValue
SMF92STS STCK value.- Returns:
- BigInteger SMF92STS STCK value
-
smf92sft
SMF92SFT FileSystemType.- Returns:
- FileSystemType from SMF92SFT value
-
smf92sftRawValue
public long smf92sftRawValue()SMF92SFT raw value.- Returns:
- long SMF92SFT raw value
-
smf92sfm
SMF92SFM MntEntFsMode.- Returns:
- MntEntFsMode SMF92SFM value
-
smf92sfmRawValue
public long smf92sfmRawValue()SMF92SFM raw value.- Returns:
- long SMF92SFM raw value
-
smf92sdn
public long smf92sdn()SMF92SDN value.- Returns:
- long SMF92SDN value
-
smf92sdd
SMF92SDD value.- Returns:
- String SMF92SDD value
-
smf92stn
SMF92STN value.- Returns:
- String SMF92STN value
-
smf92sfn
SMF92SFN value.- Returns:
- String SMF92SFN value
-
smf92sfg
public int smf92sfg()SMF92SFG value.- Returns:
- int SMF92SFG value
-
smf92slu
public boolean smf92slu()Return true ifSMF92SLU
bit insmf92sfg()
is set.- Returns:
- boolean SMF92SLU bit is set in smf92sfg()
SMF92SLU = 0x80
-
smf92snu
public boolean smf92snu()Return true ifSMF92SNU
bit insmf92sfg()
is set.- Returns:
- boolean SMF92SNU bit is set in smf92sfg()
SMF92SNU = 0x40
-
smf92sdo
public boolean smf92sdo()Return true ifSMF92SDO
bit insmf92sfg()
is set.- Returns:
- boolean SMF92SDO bit is set in smf92sfg()
SMF92SDO = 0x20
-
smf92ssn
public boolean smf92ssn()Return true ifSMF92SSN
bit insmf92sfg()
is set.- Returns:
- boolean SMF92SSN bit is set in smf92sfg()
SMF92SSN = 0x10
-
create
create is intended for internal use only. Instances of this section are created by the parent record or section.- Parameters:
Data
- Array of bytes containing data for this sectionoffset
- Offset of this section in the datalength
- length of the section
-