public final class VirtualStoragePrivateAreaDataSection extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
R782ACTV
Constant: 0x8000 = 32768
|
static int |
R782GLCH
Constant: 0x2000 = 8192
|
static int |
R782INVL
Constant: 0x1000 = 4096
|
static int |
R782SHRA
Constant: 0x0800 = 2048
|
static int |
R782TERM
Constant: 0x4000 = 16384
|
Modifier and Type | Method and Description |
---|---|
static VirtualStoragePrivateAreaDataSection |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
boolean |
r782actv()
Return true if
R782ACTV bit in r782flgs() is set. |
Mixed2 |
r782coby() |
Mixed3 |
r782como() |
Mixed3 |
r782fifr() |
int |
r782flgs()
R782FLGS value.
|
Mixed3 |
r782gffr() |
Mixed3 |
r782gfmo() |
boolean |
r782glch()
Return true if
R782GLCH bit in r782flgs() is set. |
long |
r782gmla()
R782GMLA value.
|
long |
r782gmlb()
R782GMLB value.
|
boolean |
r782invl()
Return true if
R782INVL bit in r782flgs() is set. |
String |
r782jobn()
R782JOBN value.
|
Mixed3 |
r782lgmo() |
Mixed1 |
r782lsal() |
Mixed1 |
r782lsfb() |
Mixed1 |
r782lsfp() |
Mixed3 |
r782lsmo() |
Mixed1 |
r782lspa() |
long |
r782meml()
R782MEML value, throws exception if R782MEML overflows 64 bit signed integer.
|
BigInteger |
r782memlAsBigInteger()
R782MEML value as a BigInteger.
|
Mixed3 |
r782pafr() |
String |
r782pgmn()
R782PGMN value.
|
LocalDate |
r782rddt()
R782RDDT as a LocalDate.
|
int |
r782rddtRawValue()
R782RDDT raw value.
|
Duration |
r782rdtm()
R782RDTM as a Duration.
|
long |
r782rdtmRawValue()
R782RDTM raw value.
|
double |
r782rdtmSeconds()
R782RDTM in seconds.
|
long |
r782regr()
R782REGR value.
|
long |
r782rgaa()
R782RGAA value.
|
long |
r782rgab()
R782RGAB value.
|
int |
r782rsv()
R782RSV value.
|
long |
r782samp()
R782SAMP value.
|
Mixed2 |
r782shby() |
Mixed3 |
r782shmo() |
boolean |
r782shra()
Return true if
R782SHRA bit in r782flgs() is set. |
String |
r782step()
R782STEP value.
|
int |
r782subi()
R782SUBI value.
|
int |
r782subn()
R782SUBN value.
|
boolean |
r782term()
Return true if
R782TERM bit in r782flgs() is set. |
Mixed2 |
r782toby() |
Mixed3 |
r782tofr() |
Mixed3 |
r782tomo() |
long |
r782uraa()
R782URAA value.
|
long |
r782urab()
R782URAB value.
|
Mixed1 |
r782usal() |
Mixed1 |
r782usfb() |
Mixed1 |
r782usfp() |
Mixed1 |
r782uspa() |
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int R782ACTV
public static final int R782TERM
public static final int R782GLCH
public static final int R782INVL
public static final int R782SHRA
public Mixed1 r782lsfp()
public Mixed1 r782lsfb()
public Mixed1 r782lsal()
public Mixed1 r782lspa()
public Mixed1 r782usfp()
public Mixed1 r782usfb()
public Mixed1 r782usal()
public Mixed1 r782uspa()
public Mixed2 r782toby()
public Mixed2 r782shby()
public Mixed2 r782coby()
public Mixed3 r782tomo()
public Mixed3 r782shmo()
public Mixed3 r782como()
public Mixed3 r782lgmo()
public Mixed3 r782tofr()
public Mixed3 r782fifr()
public Mixed3 r782pafr()
public Mixed3 r782lsmo()
public Mixed3 r782gfmo()
public Mixed3 r782gffr()
public String r782jobn()
public Duration r782rdtm()
Duration
public double r782rdtmSeconds()
public long r782rdtmRawValue()
public LocalDate r782rddt()
LocalDate
public int r782rddtRawValue()
public int r782subi()
public int r782subn()
public String r782step()
public String r782pgmn()
public int r782flgs()
public boolean r782actv()
R782ACTV
bit in r782flgs()
is set.R782ACTV = 0x8000
public boolean r782term()
R782TERM
bit in r782flgs()
is set.R782TERM = 0x4000
public boolean r782glch()
R782GLCH
bit in r782flgs()
is set.R782GLCH = 0x2000
public boolean r782invl()
R782INVL
bit in r782flgs()
is set.R782INVL = 0x1000
public boolean r782shra()
R782SHRA
bit in r782flgs()
is set.R782SHRA = 0x0800
public int r782rsv()
public long r782samp()
public long r782regr()
public long r782rgab()
public long r782rgaa()
public long r782gmlb()
public long r782gmla()
public long r782urab()
public long r782uraa()
public long r782meml()
IllegalArgumentException
- If the value of R782MEML exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in R782MEML).
Use r782memlAsBigInteger()
if this is possible.public BigInteger r782memlAsBigInteger()
r782meml()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public static VirtualStoragePrivateAreaDataSection 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.