public final class CallCountsEntry extends SmfData
Modifier and Type | Method and Description |
---|---|
static CallCountsEntry |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
long |
smf92vcc()
SMF92VCC value, throws exception if SMF92VCC overflows 64 bit signed integer.
|
BigInteger |
smf92vccAsBigInteger()
SMF92VCC value as a BigInteger.
|
String |
smf92vcn()
SMF92VCN value.
|
long |
smf92vcr()
SMF92VCR value, throws exception if SMF92VCR overflows 64 bit signed integer.
|
BigInteger |
smf92vcrAsBigInteger()
SMF92VCR value as a BigInteger.
|
Duration |
smf92vcrt()
SMF92VCRT as a Duration.
|
long |
smf92vcrtRawValue()
SMF92VCRT raw value.
|
double |
smf92vcrtSeconds()
SMF92VCRT in seconds.
|
long |
smf92vcrx()
SMF92VCRX value, throws exception if SMF92VCRX overflows 64 bit signed integer.
|
BigInteger |
smf92vcrxAsBigInteger()
SMF92VCRX value as a BigInteger.
|
Duration |
smf92vct()
SMF92VCT as a Duration.
|
long |
smf92vctRawValue()
SMF92VCT raw value.
|
double |
smf92vctSeconds()
SMF92VCT in seconds.
|
long |
smf92vcx()
SMF92VCX value, throws exception if SMF92VCX overflows 64 bit signed integer.
|
BigInteger |
smf92vcxAsBigInteger()
SMF92VCX value as a BigInteger.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public long smf92vcc()
IllegalArgumentException
- If the value of SMF92VCC exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF92VCC).
Use smf92vccAsBigInteger()
if this is possible.public BigInteger smf92vccAsBigInteger()
smf92vcc()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf92vcx()
IllegalArgumentException
- If the value of SMF92VCX exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF92VCX).
Use smf92vcxAsBigInteger()
if this is possible.public BigInteger smf92vcxAsBigInteger()
smf92vcx()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf92vcr()
IllegalArgumentException
- If the value of SMF92VCR exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF92VCR).
Use smf92vcrAsBigInteger()
if this is possible.public BigInteger smf92vcrAsBigInteger()
smf92vcr()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf92vcrx()
IllegalArgumentException
- If the value of SMF92VCRX exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF92VCRX).
Use smf92vcrxAsBigInteger()
if this is possible.public BigInteger smf92vcrxAsBigInteger()
smf92vcrx()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public Duration smf92vct()
Duration
public double smf92vctSeconds()
public long smf92vctRawValue()
public Duration smf92vcrt()
Duration
public double smf92vcrtSeconds()
public long smf92vcrtRawValue()
public String smf92vcn()
public static CallCountsEntry 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.