Package com.blackhillsoftware.smf.smf92
Class FileSystemResume
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf92.FileSystemResume
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic FileSystemResume
create
(byte[] Data, int offset, int length) create is intended for internal use only.smf92rdd()
SMF92RDD value.long
smf92rdn()
SMF92RDN value.boolean
smf92rdo()
Return true ifSMF92RDO
bit insmf92rfg()
is set.int
smf92rfg()
SMF92RFG value.smf92rfm()
SMF92RFM MntEntFsMode.long
SMF92RFM raw value.smf92rfn()
SMF92RFN value.smf92rft()
SMF92RFT FileSystemType.long
SMF92RFT raw value.boolean
smf92rlu()
Return true ifSMF92RLU
bit insmf92rfg()
is set.boolean
smf92rnu()
Return true ifSMF92RNU
bit insmf92rfg()
is set.boolean
smf92rsn()
Return true ifSMF92RSN
bit insmf92rfg()
is set.smf92rtn()
SMF92RTN value.smf92rtr()
SMF92RTR STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).SMF92RTR STCK value.smf92rts()
SMF92RTS STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).SMF92RTS STCK value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
SMF92RLU
public static final int SMF92RLUConstant: 0x80 = 128- See Also:
-
SMF92RNU
public static final int SMF92RNUConstant: 0x40 = 64- See Also:
-
SMF92RDO
public static final int SMF92RDOConstant: 0x20 = 32- See Also:
-
SMF92RSN
public static final int SMF92RSNConstant: 0x10 = 16- See Also:
-
-
Method Details
-
smf92rts
SMF92RTS STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).Use
smf92rtsRawValue()
for a BigInteger containing the complete STCK value.- Returns:
- DateTime SMF92RTS STCK converted to ZonedDateTime
- See Also:
-
smf92rtsRawValue
SMF92RTS STCK value.- Returns:
- BigInteger SMF92RTS STCK value
-
smf92rtr
SMF92RTR STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).Use
smf92rtrRawValue()
for a BigInteger containing the complete STCK value.- Returns:
- DateTime SMF92RTR STCK converted to ZonedDateTime
- See Also:
-
smf92rtrRawValue
SMF92RTR STCK value.- Returns:
- BigInteger SMF92RTR STCK value
-
smf92rft
SMF92RFT FileSystemType.- Returns:
- FileSystemType from SMF92RFT value
-
smf92rftRawValue
public long smf92rftRawValue()SMF92RFT raw value.- Returns:
- long SMF92RFT raw value
-
smf92rfm
SMF92RFM MntEntFsMode.- Returns:
- MntEntFsMode SMF92RFM value
-
smf92rfmRawValue
public long smf92rfmRawValue()SMF92RFM raw value.- Returns:
- long SMF92RFM raw value
-
smf92rdn
public long smf92rdn()SMF92RDN value.- Returns:
- long SMF92RDN value
-
smf92rdd
SMF92RDD value.- Returns:
- String SMF92RDD value
-
smf92rtn
SMF92RTN value.- Returns:
- String SMF92RTN value
-
smf92rfn
SMF92RFN value.- Returns:
- String SMF92RFN value
-
smf92rfg
public int smf92rfg()SMF92RFG value.- Returns:
- int SMF92RFG value
-
smf92rlu
public boolean smf92rlu()Return true ifSMF92RLU
bit insmf92rfg()
is set.- Returns:
- boolean SMF92RLU bit is set in smf92rfg()
SMF92RLU = 0x80
-
smf92rnu
public boolean smf92rnu()Return true ifSMF92RNU
bit insmf92rfg()
is set.- Returns:
- boolean SMF92RNU bit is set in smf92rfg()
SMF92RNU = 0x40
-
smf92rdo
public boolean smf92rdo()Return true ifSMF92RDO
bit insmf92rfg()
is set.- Returns:
- boolean SMF92RDO bit is set in smf92rfg()
SMF92RDO = 0x20
-
smf92rsn
public boolean smf92rsn()Return true ifSMF92RSN
bit insmf92rfg()
is set.- Returns:
- boolean SMF92RSN bit is set in smf92rfg()
SMF92RSN = 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
-