Class LogstreamSection


public final class LogstreamSection extends SmfData
  • Field Details

  • Method Details

    • smf88lit

      public BigInteger smf88lit()
      SMF88LIT value.
      Returns:
      BigInteger SMF88LIT value
    • smf88lsn

      public String smf88lsn()
      SMF88LSN value.
      Returns:
      String SMF88LSN value
    • smf88lfl

      public int smf88lfl()
      SMF88LFL value.
      Returns:
      int SMF88LFL value
    • smf88lfd

      public boolean smf88lfd()
      Return true if SMF88LFD bit in smf88lfl() is set.
      Returns:
      boolean SMF88LFD bit is set in smf88lfl()

      SMF88LFD = 0x80

    • smf88lft

      public boolean smf88lft()
      Return true if SMF88LFT bit in smf88lfl() is set.
      Returns:
      boolean SMF88LFT bit is set in smf88lfl()

      SMF88LFT = 0x40

    • smf88lds

      public boolean smf88lds()
      Return true if SMF88LDS bit in smf88lfl() is set.
      Returns:
      boolean SMF88LDS bit is set in smf88lfl()

      SMF88LDS = 0x20

    • smf88lza

      public boolean smf88lza()
      Return true if SMF88LZA bit in smf88lfl() is set.
      Returns:
      boolean SMF88LZA bit is set in smf88lfl()

      SMF88LZA = 0x10

    • smf88ltd

      public ZonedDateTime smf88ltd()
      SMF88LTD STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).

      Use smf88ltdRawValue() for a BigInteger containing the complete STCK value.

      Returns:
      DateTime SMF88LTD STCK converted to ZonedDateTime
      See Also:
    • smf88ltdRawValue

      public BigInteger smf88ltdRawValue()
      SMF88LTD STCK value.
      Returns:
      BigInteger SMF88LTD STCK value
    • smf88lwi

      public long smf88lwi()
      SMF88LWI value.
      Returns:
      long SMF88LWI value
    • smf88lib

      public long smf88lib()
      SMF88LIB value.
      Returns:
      long SMF88LIB value
    • smf88lab

      public long smf88lab()
      SMF88LAB value.
      Returns:
      long SMF88LAB value
    • smf88lwb

      public double smf88lwb()
      SMF88LWB value.
      Returns:
      double SMF88LWB value
    • smf88ldb

      public double smf88ldb()
      SMF88LDB value.
      Returns:
      double SMF88LDB value
    • smf88lio

      public long smf88lio()
      SMF88LIO value.
      Returns:
      long SMF88LIO value
    • smf88lis

      public long smf88lis()
      SMF88LIS value.
      Returns:
      long SMF88LIS value
    • smf88grp

      public String smf88grp()
      SMF88GRP value.
      Returns:
      String SMF88GRP value
    • create

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