public final class PcieHardwareAcceleratorCompressionDataSection extends SmfData
Modifier and Type | Method and Description |
---|---|
static PcieHardwareAcceleratorCompressionDataSection |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
long |
r7491bpc()
R7491BPC value, throws exception if R7491BPC overflows 64 bit signed integer.
|
BigInteger |
r7491bpcAsBigInteger()
R7491BPC value as a BigInteger.
|
long |
r7491bps()
R7491BPS value.
|
long |
r7491dct()
R7491DCT value.
|
long |
r7491dib()
R7491DIB value, throws exception if R7491DIB overflows 64 bit signed integer.
|
BigInteger |
r7491dibAsBigInteger()
R7491DIB value as a BigInteger.
|
BigInteger |
r7491dis()
R7491DIS value.
|
long |
r7491dob()
R7491DOB value, throws exception if R7491DOB overflows 64 bit signed integer.
|
BigInteger |
r7491dobAsBigInteger()
R7491DOB value as a BigInteger.
|
BigInteger |
r7491dos()
R7491DOS value.
|
long |
r7491ict()
R7491ICT value.
|
long |
r7491iib()
R7491IIB value, throws exception if R7491IIB overflows 64 bit signed integer.
|
BigInteger |
r7491iibAsBigInteger()
R7491IIB value as a BigInteger.
|
BigInteger |
r7491iis()
R7491IIS value.
|
long |
r7491iob()
R7491IOB value, throws exception if R7491IOB overflows 64 bit signed integer.
|
BigInteger |
r7491iobAsBigInteger()
R7491IOB value as a BigInteger.
|
BigInteger |
r7491ios()
R7491IOS value.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public long r7491dib()
IllegalArgumentException
- If the value of R7491DIB exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in R7491DIB).
Use r7491dibAsBigInteger()
if this is possible.public BigInteger r7491dibAsBigInteger()
r7491dib()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public BigInteger r7491dis()
public long r7491dob()
IllegalArgumentException
- If the value of R7491DOB exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in R7491DOB).
Use r7491dobAsBigInteger()
if this is possible.public BigInteger r7491dobAsBigInteger()
r7491dob()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public BigInteger r7491dos()
public long r7491dct()
public long r7491iib()
IllegalArgumentException
- If the value of R7491IIB exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in R7491IIB).
Use r7491iibAsBigInteger()
if this is possible.public BigInteger r7491iibAsBigInteger()
r7491iib()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public BigInteger r7491iis()
public long r7491iob()
IllegalArgumentException
- If the value of R7491IOB exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in R7491IOB).
Use r7491iobAsBigInteger()
if this is possible.public BigInteger r7491iobAsBigInteger()
r7491iob()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public BigInteger r7491ios()
public long r7491ict()
public long r7491bps()
public long r7491bpc()
IllegalArgumentException
- If the value of R7491BPC exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in R7491BPC).
Use r7491bpcAsBigInteger()
if this is possible.public BigInteger r7491bpcAsBigInteger()
r7491bpc()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public static PcieHardwareAcceleratorCompressionDataSection 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.