Class VirtualStoragePrivateAreaDataSection

java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf78.subtype2.VirtualStoragePrivateAreaDataSection

public final class VirtualStoragePrivateAreaDataSection extends SmfData
  • Field Details

  • Method Details

    • r782lsfp

      public Mixed1 r782lsfp()
    • r782lsfb

      public Mixed1 r782lsfb()
    • r782lsal

      public Mixed1 r782lsal()
    • r782lspa

      public Mixed1 r782lspa()
    • r782usfp

      public Mixed1 r782usfp()
    • r782usfb

      public Mixed1 r782usfb()
    • r782usal

      public Mixed1 r782usal()
    • r782uspa

      public Mixed1 r782uspa()
    • r782toby

      public Mixed2 r782toby()
    • r782shby

      public Mixed2 r782shby()
    • r782coby

      public Mixed2 r782coby()
    • r782tomo

      public Mixed3 r782tomo()
    • r782shmo

      public Mixed3 r782shmo()
    • r782como

      public Mixed3 r782como()
    • r782lgmo

      public Mixed3 r782lgmo()
    • r782tofr

      public Mixed3 r782tofr()
    • r782fifr

      public Mixed3 r782fifr()
    • r782pafr

      public Mixed3 r782pafr()
    • r782lsmo

      public Mixed3 r782lsmo()
    • r782gfmo

      public Mixed3 r782gfmo()
    • r782gffr

      public Mixed3 r782gffr()
    • r782jobn

      public String r782jobn()
      R782JOBN value.
      Returns:
      String R782JOBN value
    • r782rdtm

      public Duration r782rdtm()
      R782RDTM as a Duration.
      Returns:
      Duration R782RDTM
      See Also:
    • r782rdtmSeconds

      public double r782rdtmSeconds()
      R782RDTM in seconds.
      Returns:
      double R782RDTM converted to seconds
    • r782rdtmRawValue

      public long r782rdtmRawValue()
      R782RDTM raw value.
      Returns:
      long R782RDTM value
    • r782rddt

      public LocalDate r782rddt()
      R782RDDT as a LocalDate.
      Returns:
      LocalDate R782RDDT Date
      See Also:
    • r782rddtRawValue

      public int r782rddtRawValue()
      R782RDDT raw value.
      Returns:
      int R782RDDT value
    • r782subi

      public int r782subi()
      R782SUBI value.
      Returns:
      int R782SUBI value
    • r782subn

      public int r782subn()
      R782SUBN value.
      Returns:
      int R782SUBN value
    • r782step

      public String r782step()
      R782STEP value.
      Returns:
      String R782STEP value
    • r782pgmn

      public String r782pgmn()
      R782PGMN value.
      Returns:
      String R782PGMN value
    • r782flgs

      public int r782flgs()
      R782FLGS value.
      Returns:
      int R782FLGS value
    • r782actv

      public boolean r782actv()
      Return true if R782ACTV bit in r782flgs() is set.
      Returns:
      boolean R782ACTV bit is set in r782flgs()

      R782ACTV = 0x8000

    • r782term

      public boolean r782term()
      Return true if R782TERM bit in r782flgs() is set.
      Returns:
      boolean R782TERM bit is set in r782flgs()

      R782TERM = 0x4000

    • r782glch

      public boolean r782glch()
      Return true if R782GLCH bit in r782flgs() is set.
      Returns:
      boolean R782GLCH bit is set in r782flgs()

      R782GLCH = 0x2000

    • r782invl

      public boolean r782invl()
      Return true if R782INVL bit in r782flgs() is set.
      Returns:
      boolean R782INVL bit is set in r782flgs()

      R782INVL = 0x1000

    • r782shra

      public boolean r782shra()
      Return true if R782SHRA bit in r782flgs() is set.
      Returns:
      boolean R782SHRA bit is set in r782flgs()

      R782SHRA = 0x0800

    • r782rsv

      public int r782rsv()
      R782RSV value.
      Returns:
      int R782RSV value
    • r782samp

      public long r782samp()
      R782SAMP value.
      Returns:
      long R782SAMP value
    • r782regr

      public long r782regr()
      R782REGR value.
      Returns:
      long R782REGR value
    • r782rgab

      public long r782rgab()
      R782RGAB value.
      Returns:
      long R782RGAB value
    • r782rgaa

      public long r782rgaa()
      R782RGAA value.
      Returns:
      long R782RGAA value
    • r782gmlb

      public long r782gmlb()
      R782GMLB value.
      Returns:
      long R782GMLB value
    • r782gmla

      public long r782gmla()
      R782GMLA value.
      Returns:
      long R782GMLA value
    • r782urab

      public long r782urab()
      R782URAB value.
      Returns:
      long R782URAB value
    • r782uraa

      public long r782uraa()
      R782URAA value.
      Returns:
      long R782URAA value
    • r782meml

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

      public BigInteger r782memlAsBigInteger()
      R782MEML value as a BigInteger.

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

      Returns:
      BigInteger R782MEML
    • create

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