java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf72.subtype5.LocalLockDataSection

public final class LocalLockDataSection extends SmfData
  • Method Details

    • r725loky

      public BigInteger r725loky()
      R725LOKY value.
      Returns:
      BigInteger R725LOKY value
    • r725lojn

      public String r725lojn()
      R725LOJN value.
      Returns:
      String R725LOJN value
    • r725losp

      public int r725losp()
      R725LOSP value.
      Returns:
      int R725LOSP value
    • r725loas

      public int r725loas()
      R725LOAS value.
      Returns:
      int R725LOAS value
    • r725lost

      public long r725lost()
      R725LOST value.
      Returns:
      long R725LOST value
    • r725losn

      public String r725losn()
      R725LOSN value.
      Returns:
      String R725LOSN value
    • r725losu

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

      public BigInteger r725losuAsBigInteger()
      R725LOSU value as a BigInteger.

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

      Returns:
      BigInteger R725LOSU
    • r725loal

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

      public BigInteger r725loalAsBigInteger()
      R725LOAL value as a BigInteger.

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

      Returns:
      BigInteger R725LOAL
    • r725loti

      public Duration r725loti()
      R725LOTI as a Duration.
      Returns:
      Duration R725LOTI
      See Also:
    • r725lotiSeconds

      public double r725lotiSeconds()
      R725LOTI in seconds.
      Returns:
      double R725LOTI converted to seconds
    • r725lotiRawValue

      public BigInteger r725lotiRawValue()
      R725LOTI raw value.
      Returns:
      BigInteger R725LOTI value
    • r725lcsu

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

      public BigInteger r725lcsuAsBigInteger()
      R725LCSU value as a BigInteger.

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

      Returns:
      BigInteger R725LCSU
    • r725lcal

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

      public BigInteger r725lcalAsBigInteger()
      R725LCAL value as a BigInteger.

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

      Returns:
      BigInteger R725LCAL
    • r725lcti

      public Duration r725lcti()
      R725LCTI as a Duration.
      Returns:
      Duration R725LCTI
      See Also:
    • r725lctiSeconds

      public double r725lctiSeconds()
      R725LCTI in seconds.
      Returns:
      double R725LCTI converted to seconds
    • r725lctiRawValue

      public BigInteger r725lctiRawValue()
      R725LCTI raw value.
      Returns:
      BigInteger R725LCTI value
    • create

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