public final class SubcomponentStorageUsageEntry extends SmfData
Modifier and Type | Method and Description |
---|---|
static SubcomponentStorageUsageEntry |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
long |
smf92hcaa()
SMF92HCAA value, throws exception if SMF92HCAA overflows 64 bit signed integer.
|
BigInteger |
smf92hcaaAsBigInteger()
SMF92HCAA value as a BigInteger.
|
long |
smf92hcab()
SMF92HCAB value, throws exception if SMF92HCAB overflows 64 bit signed integer.
|
BigInteger |
smf92hcabAsBigInteger()
SMF92HCAB value as a BigInteger.
|
String |
smf92hcds()
SMF92HCDS value.
|
long |
smf92hcfa()
SMF92HCFA value, throws exception if SMF92HCFA overflows 64 bit signed integer.
|
BigInteger |
smf92hcfaAsBigInteger()
SMF92HCFA value as a BigInteger.
|
long |
smf92hcfb()
SMF92HCFB value, throws exception if SMF92HCFB overflows 64 bit signed integer.
|
BigInteger |
smf92hcfbAsBigInteger()
SMF92HCFB value as a BigInteger.
|
long |
smf92hcpa()
SMF92HCPA value, throws exception if SMF92HCPA overflows 64 bit signed integer.
|
BigInteger |
smf92hcpaAsBigInteger()
SMF92HCPA value as a BigInteger.
|
long |
smf92hcpb()
SMF92HCPB value, throws exception if SMF92HCPB overflows 64 bit signed integer.
|
BigInteger |
smf92hcpbAsBigInteger()
SMF92HCPB value as a BigInteger.
|
long |
smf92hcta()
SMF92HCTA value, throws exception if SMF92HCTA overflows 64 bit signed integer.
|
BigInteger |
smf92hctaAsBigInteger()
SMF92HCTA value as a BigInteger.
|
long |
smf92hctb()
SMF92HCTB value, throws exception if SMF92HCTB overflows 64 bit signed integer.
|
BigInteger |
smf92hctbAsBigInteger()
SMF92HCTB value as a BigInteger.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public long smf92hcta()
IllegalArgumentException
- If the value of SMF92HCTA exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF92HCTA).
Use smf92hctaAsBigInteger()
if this is possible.public BigInteger smf92hctaAsBigInteger()
smf92hcta()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf92hctb()
IllegalArgumentException
- If the value of SMF92HCTB exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF92HCTB).
Use smf92hctbAsBigInteger()
if this is possible.public BigInteger smf92hctbAsBigInteger()
smf92hctb()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf92hcpa()
IllegalArgumentException
- If the value of SMF92HCPA exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF92HCPA).
Use smf92hcpaAsBigInteger()
if this is possible.public BigInteger smf92hcpaAsBigInteger()
smf92hcpa()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf92hcpb()
IllegalArgumentException
- If the value of SMF92HCPB exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF92HCPB).
Use smf92hcpbAsBigInteger()
if this is possible.public BigInteger smf92hcpbAsBigInteger()
smf92hcpb()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf92hcaa()
IllegalArgumentException
- If the value of SMF92HCAA exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF92HCAA).
Use smf92hcaaAsBigInteger()
if this is possible.public BigInteger smf92hcaaAsBigInteger()
smf92hcaa()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf92hcab()
IllegalArgumentException
- If the value of SMF92HCAB exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF92HCAB).
Use smf92hcabAsBigInteger()
if this is possible.public BigInteger smf92hcabAsBigInteger()
smf92hcab()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf92hcfa()
IllegalArgumentException
- If the value of SMF92HCFA exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF92HCFA).
Use smf92hcfaAsBigInteger()
if this is possible.public BigInteger smf92hcfaAsBigInteger()
smf92hcfa()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf92hcfb()
IllegalArgumentException
- If the value of SMF92HCFB exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF92HCFB).
Use smf92hcfbAsBigInteger()
if this is possible.public BigInteger smf92hcfbAsBigInteger()
smf92hcfb()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public String smf92hcds()
public static SubcomponentStorageUsageEntry 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 © 2021 Black Hill Software Pty Ltd. All rights reserved.