public final class FileSystemUnmountRemount extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
SMF92UAU
Constant: 0x80 = 128
|
static int |
SMF92UDO
Constant: 0x20 = 32
|
static int |
SMF92ULU
Constant: 0x80 = 128
|
static int |
SMF92UMI
Constant: 0x40 = 64
|
static int |
SMF92UNU
Constant: 0x40 = 64
|
static int |
SMF92USN
Constant: 0x10 = 16
|
Modifier and Type | Method and Description |
---|---|
static FileSystemUnmountRemount |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
boolean |
smf92uau()
Return true if
SMF92UAU bit in smf92ufg() is set. |
long |
smf92ubl()
SMF92UBL value.
|
long |
smf92ubr()
SMF92UBR value, throws exception if SMF92UBR overflows 64 bit signed integer.
|
BigInteger |
smf92ubrAsBigInteger()
SMF92UBR value as a BigInteger.
|
long |
smf92ubw()
SMF92UBW value, throws exception if SMF92UBW overflows 64 bit signed integer.
|
BigInteger |
smf92ubwAsBigInteger()
SMF92UBW value as a BigInteger.
|
String |
smf92udd()
SMF92UDD value.
|
long |
smf92udi()
SMF92UDI value.
|
long |
smf92udn()
SMF92UDN value.
|
boolean |
smf92udo()
Return true if
SMF92UDO bit in smf92uf2() is set. |
int |
smf92uf2()
SMF92UF2 value.
|
int |
smf92ufg()
SMF92UFG value.
|
MntEntFsMode |
smf92ufm()
SMF92UFM MntEntFsMode.
|
long |
smf92ufmRawValue()
SMF92UFM raw value.
|
String |
smf92ufn()
SMF92UFN value.
|
FileSystemType |
smf92uft()
SMF92UFT FileSystemType.
|
long |
smf92uftRawValue()
SMF92UFT raw value.
|
long |
smf92uir()
SMF92UIR value.
|
long |
smf92uiw()
SMF92UIW value.
|
boolean |
smf92ulu()
Return true if
SMF92ULU bit in smf92uf2() is set. |
boolean |
smf92umi()
Return true if
SMF92UMI bit in smf92ufg() is set. |
boolean |
smf92unu()
Return true if
SMF92UNU bit in smf92uf2() is set. |
boolean |
smf92usn()
Return true if
SMF92USN bit in smf92uf2() is set. |
long |
smf92usr()
SMF92USR value.
|
long |
smf92ust()
SMF92UST value, throws exception if SMF92UST overflows 64 bit signed integer.
|
BigInteger |
smf92ustAsBigInteger()
SMF92UST value as a BigInteger.
|
long |
smf92usu()
SMF92USU value, throws exception if SMF92USU overflows 64 bit signed integer.
|
BigInteger |
smf92usuAsBigInteger()
SMF92USU value as a BigInteger.
|
long |
smf92usw()
SMF92USW value.
|
ZonedDateTime |
smf92utm()
SMF92UTM STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).
|
BigInteger |
smf92utmRawValue()
SMF92UTM STCK value.
|
String |
smf92utn()
SMF92UTN value.
|
ZonedDateTime |
smf92utu()
SMF92UTU STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).
|
BigInteger |
smf92utuRawValue()
SMF92UTU STCK value.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int SMF92UAU
public static final int SMF92UMI
public static final int SMF92ULU
public static final int SMF92UNU
public static final int SMF92UDO
public static final int SMF92USN
public ZonedDateTime smf92utm()
Use smf92utmRawValue()
for a BigInteger containing the complete
STCK value.
ZonedDateTime
public BigInteger smf92utmRawValue()
public ZonedDateTime smf92utu()
Use smf92utuRawValue()
for a BigInteger containing the complete
STCK value.
ZonedDateTime
public BigInteger smf92utuRawValue()
public FileSystemType smf92uft()
public long smf92uftRawValue()
public MntEntFsMode smf92ufm()
public long smf92ufmRawValue()
public long smf92udn()
public String smf92udd()
public String smf92utn()
public String smf92ufn()
public long smf92ubl()
public long smf92ust()
IllegalArgumentException
- If the value of SMF92UST exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF92UST).
Use smf92ustAsBigInteger()
if this is possible.public BigInteger smf92ustAsBigInteger()
smf92ust()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf92usu()
IllegalArgumentException
- If the value of SMF92USU exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF92USU).
Use smf92usuAsBigInteger()
if this is possible.public BigInteger smf92usuAsBigInteger()
smf92usu()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf92usr()
public long smf92usw()
public long smf92udi()
public long smf92uir()
public long smf92uiw()
public long smf92ubr()
IllegalArgumentException
- If the value of SMF92UBR exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF92UBR).
Use smf92ubrAsBigInteger()
if this is possible.public BigInteger smf92ubrAsBigInteger()
smf92ubr()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf92ubw()
IllegalArgumentException
- If the value of SMF92UBW exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF92UBW).
Use smf92ubwAsBigInteger()
if this is possible.public BigInteger smf92ubwAsBigInteger()
smf92ubw()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public int smf92ufg()
public boolean smf92uau()
SMF92UAU
bit in smf92ufg()
is set.SMF92UAU = 0x80
public boolean smf92umi()
SMF92UMI
bit in smf92ufg()
is set.SMF92UMI = 0x40
public int smf92uf2()
public boolean smf92ulu()
SMF92ULU
bit in smf92uf2()
is set.SMF92ULU = 0x80
public boolean smf92unu()
SMF92UNU
bit in smf92uf2()
is set.SMF92UNU = 0x40
public boolean smf92udo()
SMF92UDO
bit in smf92uf2()
is set.SMF92UDO = 0x20
public boolean smf92usn()
SMF92USN
bit in smf92uf2()
is set.SMF92USN = 0x10
public static FileSystemUnmountRemount 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.