public final class FileSystemMove extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
SMF92VND
Constant: 0x20 = 32
|
static int |
SMF92VNL
Constant: 0x80 = 128
|
static int |
SMF92VNN
Constant: 0x40 = 64
|
static int |
SMF92VNS
Constant: 0x10 = 16
|
static int |
SMF92VOD
Constant: 0x20 = 32
|
static int |
SMF92VOL
Constant: 0x80 = 128
|
static int |
SMF92VON
Constant: 0x40 = 64
|
static int |
SMF92VOS
Constant: 0x10 = 16
|
static int |
SMF92VRI
Constant: 0x40 = 64
|
static int |
SMF92VUI
Constant: 0x80 = 128
|
Modifier and Type | Method and Description |
---|---|
static FileSystemMove |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
long |
smf92vbl()
SMF92VBL value.
|
long |
smf92vbr()
SMF92VBR value, throws exception if SMF92VBR overflows 64 bit signed integer.
|
BigInteger |
smf92vbrAsBigInteger()
SMF92VBR value as a BigInteger.
|
long |
smf92vbw()
SMF92VBW value, throws exception if SMF92VBW overflows 64 bit signed integer.
|
BigInteger |
smf92vbwAsBigInteger()
SMF92VBW value as a BigInteger.
|
String |
smf92vdd()
SMF92VDD value.
|
long |
smf92vdi()
SMF92VDI value.
|
long |
smf92vdn()
SMF92VDN value.
|
int |
smf92vfg()
SMF92VFG value.
|
MntEntFsMode |
smf92vfm()
SMF92VFM MntEntFsMode.
|
long |
smf92vfmRawValue()
SMF92VFM raw value.
|
FileSystemType |
smf92vft()
SMF92VFT FileSystemType.
|
long |
smf92vftRawValue()
SMF92VFT raw value.
|
long |
smf92vir()
SMF92VIR value.
|
long |
smf92viw()
SMF92VIW value.
|
boolean |
smf92vnd()
Return true if
SMF92VND bit in smf92vnf() is set. |
int |
smf92vnf()
SMF92VNF value.
|
boolean |
smf92vnl()
Return true if
SMF92VNL bit in smf92vnf() is set. |
String |
smf92vnm()
SMF92VNM value.
|
boolean |
smf92vnn()
Return true if
SMF92VNN bit in smf92vnf() is set. |
boolean |
smf92vns()
Return true if
SMF92VNS bit in smf92vnf() is set. |
boolean |
smf92vod()
Return true if
SMF92VOD bit in smf92vof() is set. |
int |
smf92vof()
SMF92VOF value.
|
boolean |
smf92vol()
Return true if
SMF92VOL bit in smf92vof() is set. |
boolean |
smf92von()
Return true if
SMF92VON bit in smf92vof() is set. |
boolean |
smf92vos()
Return true if
SMF92VOS bit in smf92vof() is set. |
boolean |
smf92vri()
Return true if
SMF92VRI bit in smf92vfg() is set. |
long |
smf92vsr()
SMF92VSR value.
|
long |
smf92vst()
SMF92VST value, throws exception if SMF92VST overflows 64 bit signed integer.
|
BigInteger |
smf92vstAsBigInteger()
SMF92VST value as a BigInteger.
|
long |
smf92vsu()
SMF92VSU value, throws exception if SMF92VSU overflows 64 bit signed integer.
|
BigInteger |
smf92vsuAsBigInteger()
SMF92VSU value as a BigInteger.
|
long |
smf92vsw()
SMF92VSW value.
|
ZonedDateTime |
smf92vtm()
SMF92VTM STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).
|
BigInteger |
smf92vtmRawValue()
SMF92VTM STCK value.
|
String |
smf92vtn()
SMF92VTN value.
|
ZonedDateTime |
smf92vtv()
SMF92VTV STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).
|
BigInteger |
smf92vtvRawValue()
SMF92VTV STCK value.
|
boolean |
smf92vui()
Return true if
SMF92VUI bit in smf92vfg() is set. |
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int SMF92VUI
public static final int SMF92VRI
public static final int SMF92VOL
public static final int SMF92VON
public static final int SMF92VOD
public static final int SMF92VOS
public static final int SMF92VNL
public static final int SMF92VNN
public static final int SMF92VND
public static final int SMF92VNS
public ZonedDateTime smf92vtv()
Use smf92vtvRawValue()
for a BigInteger containing the complete
STCK value.
ZonedDateTime
public BigInteger smf92vtvRawValue()
public ZonedDateTime smf92vtm()
Use smf92vtmRawValue()
for a BigInteger containing the complete
STCK value.
ZonedDateTime
public BigInteger smf92vtmRawValue()
public FileSystemType smf92vft()
public long smf92vftRawValue()
public MntEntFsMode smf92vfm()
public long smf92vfmRawValue()
public long smf92vdn()
public String smf92vdd()
public String smf92vtn()
public String smf92vnm()
public long smf92vbl()
public long smf92vst()
IllegalArgumentException
- If the value of SMF92VST exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF92VST).
Use smf92vstAsBigInteger()
if this is possible.public BigInteger smf92vstAsBigInteger()
smf92vst()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf92vsu()
IllegalArgumentException
- If the value of SMF92VSU exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF92VSU).
Use smf92vsuAsBigInteger()
if this is possible.public BigInteger smf92vsuAsBigInteger()
smf92vsu()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf92vsr()
public long smf92vsw()
public long smf92vdi()
public long smf92vir()
public long smf92viw()
public long smf92vbr()
IllegalArgumentException
- If the value of SMF92VBR exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF92VBR).
Use smf92vbrAsBigInteger()
if this is possible.public BigInteger smf92vbrAsBigInteger()
smf92vbr()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf92vbw()
IllegalArgumentException
- If the value of SMF92VBW exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF92VBW).
Use smf92vbwAsBigInteger()
if this is possible.public BigInteger smf92vbwAsBigInteger()
smf92vbw()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public int smf92vfg()
public boolean smf92vui()
SMF92VUI
bit in smf92vfg()
is set.SMF92VUI = 0x80
public boolean smf92vri()
SMF92VRI
bit in smf92vfg()
is set.SMF92VRI = 0x40
public int smf92vof()
public boolean smf92vol()
SMF92VOL
bit in smf92vof()
is set.SMF92VOL = 0x80
public boolean smf92von()
SMF92VON
bit in smf92vof()
is set.SMF92VON = 0x40
public boolean smf92vod()
SMF92VOD
bit in smf92vof()
is set.SMF92VOD = 0x20
public boolean smf92vos()
SMF92VOS
bit in smf92vof()
is set.SMF92VOS = 0x10
public int smf92vnf()
public boolean smf92vnl()
SMF92VNL
bit in smf92vnf()
is set.SMF92VNL = 0x80
public boolean smf92vnn()
SMF92VNN
bit in smf92vnf()
is set.SMF92VNN = 0x40
public boolean smf92vnd()
SMF92VND
bit in smf92vnf()
is set.SMF92VND = 0x20
public boolean smf92vns()
SMF92VNS
bit in smf92vnf()
is set.SMF92VNS = 0x10
public static FileSystemMove 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.