public final class FileSystemResume extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
SMF92RDO
Constant: 0x20 = 32
|
static int |
SMF92RLU
Constant: 0x80 = 128
|
static int |
SMF92RNU
Constant: 0x40 = 64
|
static int |
SMF92RSN
Constant: 0x10 = 16
|
Modifier and Type | Method and Description |
---|---|
static FileSystemResume |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
String |
smf92rdd()
SMF92RDD value.
|
long |
smf92rdn()
SMF92RDN value.
|
boolean |
smf92rdo()
Return true if
SMF92RDO bit in smf92rfg() is set. |
int |
smf92rfg()
SMF92RFG value.
|
MntEntFsMode |
smf92rfm()
SMF92RFM MntEntFsMode.
|
long |
smf92rfmRawValue()
SMF92RFM raw value.
|
String |
smf92rfn()
SMF92RFN value.
|
FileSystemType |
smf92rft()
SMF92RFT FileSystemType.
|
long |
smf92rftRawValue()
SMF92RFT raw value.
|
boolean |
smf92rlu()
Return true if
SMF92RLU bit in smf92rfg() is set. |
boolean |
smf92rnu()
Return true if
SMF92RNU bit in smf92rfg() is set. |
boolean |
smf92rsn()
Return true if
SMF92RSN bit in smf92rfg() is set. |
String |
smf92rtn()
SMF92RTN value.
|
ZonedDateTime |
smf92rtr()
SMF92RTR STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).
|
BigInteger |
smf92rtrRawValue()
SMF92RTR STCK value.
|
ZonedDateTime |
smf92rts()
SMF92RTS STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).
|
BigInteger |
smf92rtsRawValue()
SMF92RTS STCK value.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int SMF92RLU
public static final int SMF92RNU
public static final int SMF92RDO
public static final int SMF92RSN
public ZonedDateTime smf92rts()
Use smf92rtsRawValue()
for a BigInteger containing the complete
STCK value.
ZonedDateTime
public BigInteger smf92rtsRawValue()
public ZonedDateTime smf92rtr()
Use smf92rtrRawValue()
for a BigInteger containing the complete
STCK value.
ZonedDateTime
public BigInteger smf92rtrRawValue()
public FileSystemType smf92rft()
public long smf92rftRawValue()
public MntEntFsMode smf92rfm()
public long smf92rfmRawValue()
public long smf92rdn()
public String smf92rdd()
public String smf92rtn()
public String smf92rfn()
public int smf92rfg()
public boolean smf92rlu()
SMF92RLU
bit in smf92rfg()
is set.SMF92RLU = 0x80
public boolean smf92rnu()
SMF92RNU
bit in smf92rfg()
is set.SMF92RNU = 0x40
public boolean smf92rdo()
SMF92RDO
bit in smf92rfg()
is set.SMF92RDO = 0x20
public boolean smf92rsn()
SMF92RSN
bit in smf92rfg()
is set.SMF92RSN = 0x10
public static FileSystemResume create(byte[] Data, int offset, int length)
Data
- Array of bytes containing data for this sectionoffset
- Offset of this section in the datalength
- length of the sectionCopyright © 2020 Black Hill Software Pty Ltd. All rights reserved.