public final class Qwos extends SmfData
  • Field Details

  • Method Details

    • qwoslncp

      public long qwoslncp()
      QWOSLNCP value.
      Returns:
      long QWOSLNCP value
    • qwoslpru

      public long qwoslpru()
      QWOSLPRU value.
      Returns:
      long QWOSLPRU value
    • qwosdb2u

      public long qwosdb2u()
      QWOSDB2U value.
      Returns:
      long QWOSDB2U value
    • qwosmstu

      public long qwosmstu()
      QWOSMSTU value.
      Returns:
      long QWOSMSTU value
    • qwosdbmu

      public long qwosdbmu()
      QWOSDBMU value.
      Returns:
      long QWOSDBMU value
    • qwoslpir

      public long qwoslpir()
      QWOSLPIR value.
      Returns:
      long QWOSLPIR value
    • qwosdpir

      public long qwosdpir()
      QWOSDPIR value.
      Returns:
      long QWOSDPIR value
    • qwoslrst

      public long qwoslrst()
      QWOSLRST value.
      Returns:
      long QWOSLRST value
    • qwoslrsf

      public long qwoslrsf()
      QWOSLRSF value.
      Returns:
      long QWOSLRSF value
    • qwosdrsu

      public long qwosdrsu()
      QWOSDRSU value.
      Returns:
      long QWOSDRSU value
    • qwoslvst

      public long qwoslvst()
      QWOSLVST value.
      Returns:
      long QWOSLVST value
    • qwoslvsf

      public long qwoslvsf()
      QWOSLVSF value.
      Returns:
      long QWOSLVSF value
    • qwosdvsu

      public long qwosdvsu()
      QWOSDVSU value.
      Returns:
      long QWOSDVSU value
    • qwosluic

      public long qwosluic()
      QWOSLUIC value.
      Returns:
      long QWOSLUIC value
    • qwosflg

      public int qwosflg()
      QWOSFLG value.
      Returns:
      int QWOSFLG value
    • qwosflg1

      public int qwosflg1()
      QWOSFLG1 value.
      Returns:
      int QWOSFLG1 value
    • qwosrcde

      public long qwosrcde()
      QWOSRCDE value.
      Returns:
      long QWOSRCDE value
    • qwosrsnc

      public long qwosrsnc()
      QWOSRSNC value.
      Returns:
      long QWOSRSNC value
    • qwosreal

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

      public BigInteger qwosrealAsBigInteger()
      QWOSREAL value as a BigInteger.

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

      Returns:
      BigInteger QWOSREAL
    • create

      public static Qwos create(com.blackhillsoftware.smf.internal.Section Data, int offset, int length, SmfDb2Record parent)
      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