Class PcieHardwareAcceleratorCompressionDataSection
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf74.subtype9.PcieHardwareAcceleratorCompressionDataSection
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreate(com.blackhillsoftware.smf.internal.Section Data, int offset, int length) create is intended for internal use only.longr7491bpc()R7491BPC value, throws exception if R7491BPC overflows 64 bit signed integer.R7491BPC value as a BigInteger.longr7491bps()R7491BPS value.longr7491dct()R7491DCT value.longr7491dib()R7491DIB value, throws exception if R7491DIB overflows 64 bit signed integer.R7491DIB value as a BigInteger.r7491dis()R7491DIS value.longr7491dob()R7491DOB value, throws exception if R7491DOB overflows 64 bit signed integer.R7491DOB value as a BigInteger.r7491dos()R7491DOS value.longr7491ict()R7491ICT value.longr7491iib()R7491IIB value, throws exception if R7491IIB overflows 64 bit signed integer.R7491IIB value as a BigInteger.r7491iis()R7491IIS value.longr7491iob()R7491IOB value, throws exception if R7491IOB overflows 64 bit signed integer.R7491IOB value as a BigInteger.r7491ios()R7491IOS value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
r7491dib
public long r7491dib()R7491DIB value, throws exception if R7491DIB overflows 64 bit signed integer.- Returns:
- long R7491DIB
- Throws:
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). User7491dibAsBigInteger()if this is possible.
-
r7491dibAsBigInteger
R7491DIB value as a BigInteger.r7491dib()may provide better performance if the value will not exceed the maximum value for a signed long.- Returns:
- BigInteger R7491DIB
-
r7491dis
R7491DIS value.- Returns:
- BigInteger R7491DIS value
-
r7491dob
public long r7491dob()R7491DOB value, throws exception if R7491DOB overflows 64 bit signed integer.- Returns:
- long R7491DOB
- Throws:
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). User7491dobAsBigInteger()if this is possible.
-
r7491dobAsBigInteger
R7491DOB value as a BigInteger.r7491dob()may provide better performance if the value will not exceed the maximum value for a signed long.- Returns:
- BigInteger R7491DOB
-
r7491dos
R7491DOS value.- Returns:
- BigInteger R7491DOS value
-
r7491dct
public long r7491dct()R7491DCT value.- Returns:
- long R7491DCT value
-
r7491iib
public long r7491iib()R7491IIB value, throws exception if R7491IIB overflows 64 bit signed integer.- Returns:
- long R7491IIB
- Throws:
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). User7491iibAsBigInteger()if this is possible.
-
r7491iibAsBigInteger
R7491IIB value as a BigInteger.r7491iib()may provide better performance if the value will not exceed the maximum value for a signed long.- Returns:
- BigInteger R7491IIB
-
r7491iis
R7491IIS value.- Returns:
- BigInteger R7491IIS value
-
r7491iob
public long r7491iob()R7491IOB value, throws exception if R7491IOB overflows 64 bit signed integer.- Returns:
- long R7491IOB
- Throws:
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). User7491iobAsBigInteger()if this is possible.
-
r7491iobAsBigInteger
R7491IOB value as a BigInteger.r7491iob()may provide better performance if the value will not exceed the maximum value for a signed long.- Returns:
- BigInteger R7491IOB
-
r7491ios
R7491IOS value.- Returns:
- BigInteger R7491IOS value
-
r7491ict
public long r7491ict()R7491ICT value.- Returns:
- long R7491ICT value
-
r7491bps
public long r7491bps()R7491BPS value.- Returns:
- long R7491BPS value
-
r7491bpc
public long r7491bpc()R7491BPC value, throws exception if R7491BPC overflows 64 bit signed integer.- Returns:
- long R7491BPC
- Throws:
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). User7491bpcAsBigInteger()if this is possible.
-
r7491bpcAsBigInteger
R7491BPC value as a BigInteger.r7491bpc()may provide better performance if the value will not exceed the maximum value for a signed long.- Returns:
- BigInteger R7491BPC
-
create
public static PcieHardwareAcceleratorCompressionDataSection create(com.blackhillsoftware.smf.internal.Section Data, int offset, int length) create is intended for internal use only. Instances of this section are created by the parent record or section.- Parameters:
Data- Array of bytes containing data for this sectionoffset- Offset of this section in the datalength- length of the section
-