Class PcieHardwareAcceleratorCompressionDataSection

java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf74.subtype9.PcieHardwareAcceleratorCompressionDataSection

public final class PcieHardwareAcceleratorCompressionDataSection extends SmfData
  • 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). Use r7491dibAsBigInteger() if this is possible.
    • r7491dibAsBigInteger

      public BigInteger 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

      public BigInteger 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). Use r7491dobAsBigInteger() if this is possible.
    • r7491dobAsBigInteger

      public BigInteger 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

      public BigInteger 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). Use r7491iibAsBigInteger() if this is possible.
    • r7491iibAsBigInteger

      public BigInteger 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

      public BigInteger 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). Use r7491iobAsBigInteger() if this is possible.
    • r7491iobAsBigInteger

      public BigInteger 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

      public BigInteger 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). Use r7491bpcAsBigInteger() if this is possible.
    • r7491bpcAsBigInteger

      public BigInteger 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(byte[] 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 section
      offset - Offset of this section in the data
      length - length of the section