public final class FileSystemSuspend extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
SMF92SDO
Constant: 0x20 = 32
|
static int |
SMF92SLU
Constant: 0x80 = 128
|
static int |
SMF92SNU
Constant: 0x40 = 64
|
static int |
SMF92SSN
Constant: 0x10 = 16
|
Modifier and Type | Method and Description |
---|---|
static FileSystemSuspend |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
String |
smf92sdd()
SMF92SDD value.
|
long |
smf92sdn()
SMF92SDN value.
|
boolean |
smf92sdo()
Return true if
SMF92SDO bit in smf92sfg() is set. |
int |
smf92sfg()
SMF92SFG value.
|
MntEntFsMode |
smf92sfm()
SMF92SFM MntEntFsMode.
|
long |
smf92sfmRawValue()
SMF92SFM raw value.
|
String |
smf92sfn()
SMF92SFN value.
|
FileSystemType |
smf92sft()
SMF92SFT FileSystemType.
|
long |
smf92sftRawValue()
SMF92SFT raw value.
|
boolean |
smf92slu()
Return true if
SMF92SLU bit in smf92sfg() is set. |
boolean |
smf92snu()
Return true if
SMF92SNU bit in smf92sfg() is set. |
boolean |
smf92ssn()
Return true if
SMF92SSN bit in smf92sfg() is set. |
String |
smf92stn()
SMF92STN value.
|
ZonedDateTime |
smf92sts()
SMF92STS STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).
|
BigInteger |
smf92stsRawValue()
SMF92STS STCK value.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int SMF92SLU
public static final int SMF92SNU
public static final int SMF92SDO
public static final int SMF92SSN
public ZonedDateTime smf92sts()
Use smf92stsRawValue()
for a BigInteger containing the complete
STCK value.
ZonedDateTime
public BigInteger smf92stsRawValue()
public FileSystemType smf92sft()
public long smf92sftRawValue()
public MntEntFsMode smf92sfm()
public long smf92sfmRawValue()
public long smf92sdn()
public String smf92sdd()
public String smf92stn()
public String smf92sfn()
public int smf92sfg()
public boolean smf92slu()
SMF92SLU
bit in smf92sfg()
is set.SMF92SLU = 0x80
public boolean smf92snu()
SMF92SNU
bit in smf92sfg()
is set.SMF92SNU = 0x40
public boolean smf92sdo()
SMF92SDO
bit in smf92sfg()
is set.SMF92SDO = 0x20
public boolean smf92ssn()
SMF92SSN
bit in smf92sfg()
is set.SMF92SSN = 0x10
public static FileSystemSuspend 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.