public final class MemoryUsage extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
SMF92ST7_LEN
Constant: 0x64 = 100
|
Modifier and Type | Method and Description |
---|---|
static MemoryUsage |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
long |
smf92sttab()
SMF92STTAB value, throws exception if SMF92STTAB overflows 64 bit signed integer.
|
BigInteger |
smf92sttabAsBigInteger()
SMF92STTAB value as a BigInteger.
|
ZonedDateTime |
smf92sttt()
SMF92STTT STCKE value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).
|
BigInteger |
smf92stttRawValue()
SMF92STTT STCKE value.
|
long |
smf92thaa()
SMF92THAA value, throws exception if SMF92THAA overflows 64 bit signed integer.
|
BigInteger |
smf92thaaAsBigInteger()
SMF92THAA value as a BigInteger.
|
long |
smf92thab()
SMF92THAB value, throws exception if SMF92THAB overflows 64 bit signed integer.
|
BigInteger |
smf92thabAsBigInteger()
SMF92THAB value as a BigInteger.
|
long |
smf92thar()
SMF92THAR value, throws exception if SMF92THAR overflows 64 bit signed integer.
|
long |
smf92thara()
SMF92THARA value, throws exception if SMF92THARA overflows 64 bit signed integer.
|
BigInteger |
smf92tharaAsBigInteger()
SMF92THARA value as a BigInteger.
|
BigInteger |
smf92tharAsBigInteger()
SMF92THAR value as a BigInteger.
|
long |
smf92thba()
SMF92THBA value, throws exception if SMF92THBA overflows 64 bit signed integer.
|
BigInteger |
smf92thbaAsBigInteger()
SMF92THBA value as a BigInteger.
|
long |
smf92thbr()
SMF92THBR value, throws exception if SMF92THBR overflows 64 bit signed integer.
|
BigInteger |
smf92thbrAsBigInteger()
SMF92THBR value as a BigInteger.
|
int |
smf92thcc()
SMF92THCC value.
|
int |
smf92thcl()
SMF92THCL value.
|
long |
smf92thpa()
SMF92THPA value, throws exception if SMF92THPA overflows 64 bit signed integer.
|
BigInteger |
smf92thpaAsBigInteger()
SMF92THPA value as a BigInteger.
|
long |
smf92thpb()
SMF92THPB value, throws exception if SMF92THPB overflows 64 bit signed integer.
|
BigInteger |
smf92thpbAsBigInteger()
SMF92THPB value as a BigInteger.
|
long |
smf92ttbb()
SMF92TTBB value, throws exception if SMF92TTBB overflows 64 bit signed integer.
|
BigInteger |
smf92ttbbAsBigInteger()
SMF92TTBB value as a BigInteger.
|
List<SubcomponentStorageUsageEntry> |
subcomponentStorageUsageEntries() |
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int SMF92ST7_LEN
public ZonedDateTime smf92sttt()
Use smf92stttRawValue()
for a BigInteger containing the complete
STCKE value.
ZonedDateTime
public BigInteger smf92stttRawValue()
public long smf92sttab()
IllegalArgumentException
- If the value of SMF92STTAB exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF92STTAB).
Use smf92sttabAsBigInteger()
if this is possible.public BigInteger smf92sttabAsBigInteger()
smf92sttab()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf92ttbb()
IllegalArgumentException
- If the value of SMF92TTBB exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF92TTBB).
Use smf92ttbbAsBigInteger()
if this is possible.public BigInteger smf92ttbbAsBigInteger()
smf92ttbb()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf92thaa()
IllegalArgumentException
- If the value of SMF92THAA exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF92THAA).
Use smf92thaaAsBigInteger()
if this is possible.public BigInteger smf92thaaAsBigInteger()
smf92thaa()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf92thab()
IllegalArgumentException
- If the value of SMF92THAB exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF92THAB).
Use smf92thabAsBigInteger()
if this is possible.public BigInteger smf92thabAsBigInteger()
smf92thab()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf92thpa()
IllegalArgumentException
- If the value of SMF92THPA exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF92THPA).
Use smf92thpaAsBigInteger()
if this is possible.public BigInteger smf92thpaAsBigInteger()
smf92thpa()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf92thpb()
IllegalArgumentException
- If the value of SMF92THPB exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF92THPB).
Use smf92thpbAsBigInteger()
if this is possible.public BigInteger smf92thpbAsBigInteger()
smf92thpb()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf92thara()
IllegalArgumentException
- If the value of SMF92THARA exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF92THARA).
Use smf92tharaAsBigInteger()
if this is possible.public BigInteger smf92tharaAsBigInteger()
smf92thara()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf92thba()
IllegalArgumentException
- If the value of SMF92THBA exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF92THBA).
Use smf92thbaAsBigInteger()
if this is possible.public BigInteger smf92thbaAsBigInteger()
smf92thba()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf92thar()
IllegalArgumentException
- If the value of SMF92THAR exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF92THAR).
Use smf92tharAsBigInteger()
if this is possible.public BigInteger smf92tharAsBigInteger()
smf92thar()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf92thbr()
IllegalArgumentException
- If the value of SMF92THBR exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF92THBR).
Use smf92thbrAsBigInteger()
if this is possible.public BigInteger smf92thbrAsBigInteger()
smf92thbr()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public int smf92thcc()
public int smf92thcl()
public List<SubcomponentStorageUsageEntry> subcomponentStorageUsageEntries()
public static MemoryUsage 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.