java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf74.subtype4.CfStorageDataSection

public final class CfStorageDataSection extends SmfData
  • Method Details

    • r744gcsd

      public long r744gcsd()
      R744GCSD value.
      Returns:
      long R744GCSD value
    • r744gcsf

      public long r744gcsf()
      R744GCSF value.
      Returns:
      long R744GCSF value
    • r744gtsd

      public long r744gtsd()
      R744GTSD value.
      Returns:
      long R744GTSD value
    • r744gtsf

      public long r744gtsf()
      R744GTSF value.
      Returns:
      long R744GTSF value
    • r744gdsa

      public long r744gdsa()
      R744GDSA value.
      Returns:
      long R744GDSA value
    • r744gdsf

      public long r744gdsf()
      R744GDSF value.
      Returns:
      long R744GDSF value
    • r744gdsr

      public long r744gdsr()
      R744GDSR value.
      Returns:
      long R744GDSR value
    • r744gtsc

      public long r744gtsc()
      R744GTSC value, throws exception if R744GTSC overflows 64 bit signed integer.
      Returns:
      long R744GTSC
      Throws:
      IllegalArgumentException - If the value of R744GTSC exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in R744GTSC). Use r744gtscAsBigInteger() if this is possible.
    • r744gtscAsBigInteger

      public BigInteger r744gtscAsBigInteger()
      R744GTSC value as a BigInteger.

      r744gtsc() may provide better performance if the value will not exceed the maximum value for a signed long.

      Returns:
      BigInteger R744GTSC
    • r744gfsc

      public long r744gfsc()
      R744GFSC value, throws exception if R744GFSC overflows 64 bit signed integer.
      Returns:
      long R744GFSC
      Throws:
      IllegalArgumentException - If the value of R744GFSC exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in R744GFSC). Use r744gfscAsBigInteger() if this is possible.
    • r744gfscAsBigInteger

      public BigInteger r744gfscAsBigInteger()
      R744GFSC value as a BigInteger.

      r744gfsc() may provide better performance if the value will not exceed the maximum value for a signed long.

      Returns:
      BigInteger R744GFSC
    • r744gisc

      public int r744gisc()
      R744GISC value.
      Returns:
      int R744GISC value
    • create

      public static CfStorageDataSection 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