Class ContextSummarySection

java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf98.ContextSummarySection

public final class ContextSummarySection extends SmfData
SMF 98 record Context Summary Section.

Obtain from

  • Method Details

    • hftsInfo

      public long hftsInfo()
      SMF98_HftsInfo value.
      Returns:
      long SMF98_HftsInfo value
    • releaseIndex

      public int releaseIndex()
      SMF98_ReleaseIndex value.
      Returns:
      int SMF98_ReleaseIndex value
    • withinReleaseIndex

      public int withinReleaseIndex()
      SMF98_WithinReleaseIndex value.
      Returns:
      int SMF98_WithinReleaseIndex value
    • prototypeIndex

      public int prototypeIndex()
      SMF98_PrototypeIndex value.
      Returns:
      int SMF98_PrototypeIndex value
    • prodlevel

      public String prodlevel()
      SMF98_Prodlevel value.
      Returns:
      String SMF98_Prodlevel value
    • exitSerialTod

      public Duration exitSerialTod()
      SMF98_ExitSerialTOD as a Duration.
      Returns:
      Duration SMF98_ExitSerialTOD
      See Also:
    • exitSerialTodSeconds

      public double exitSerialTodSeconds()
      SMF98_ExitSerialTOD in seconds.
      Returns:
      double SMF98_ExitSerialTOD converted to seconds
    • exitSerialTodRawValue

      public long exitSerialTodRawValue()
      SMF98_ExitSerialTOD raw value.
      Returns:
      long SMF98_ExitSerialTOD raw value
    • exitTimeUsed

      public Duration exitTimeUsed()
      SMF98_ExitTimeUsed as a Duration.
      Returns:
      Duration SMF98_ExitTimeUsed
      See Also:
    • exitTimeUsedSeconds

      public double exitTimeUsedSeconds()
      SMF98_ExitTimeUsed in seconds.
      Returns:
      double SMF98_ExitTimeUsed converted to seconds
    • exitTimeUsedRawValue

      public long exitTimeUsedRawValue()
      SMF98_ExitTimeUsed raw value.
      Returns:
      long SMF98_ExitTimeUsed raw value
    • cvtldto

      public ZoneOffset cvtldto()
      SMF98_CVTLDTO as ZoneOffset.
      Returns:
      ZoneOffset SMF98_CVTLDTO
    • cvtldtoRawValue

      public long cvtldtoRawValue()
      SMF98_CVTLDTO raw value.
      Returns:
      long SMF98_CVTLDTO value
    • cvtlso

      public Duration cvtlso()
      SMF98_CVTLSO as a Duration.
      Returns:
      Duration SMF98_CVTLSO
      See Also:
    • cvtlsoSeconds

      public double cvtlsoSeconds()
      SMF98_CVTLSO in seconds.
      Returns:
      double SMF98_CVTLSO converted to seconds
    • cvtlsoRawValue

      public long cvtlsoRawValue()
      SMF98_CVTLSO raw value.
      Returns:
      long SMF98_CVTLSO raw value
    • ecvtldto

      public ZoneOffset ecvtldto()
      SMF98_ECVTLDTO as ZoneOffset.
      Returns:
      ZoneOffset SMF98_ECVTLDTO
    • ecvtldtoRawValue

      public BigInteger ecvtldtoRawValue()
      SMF98_ECVTLDTO raw value.
      Returns:
      BigInteger SMF98_ECVTLDTO value
    • ecvtlso

      public Duration ecvtlso()
      SMF98_ECVTLSO as a Duration.
      Returns:
      Duration SMF98_ECVTLSO
      See Also:
    • ecvtlsoSeconds

      public double ecvtlsoSeconds()
      SMF98_ECVTLSO in seconds.
      Returns:
      double SMF98_ECVTLSO converted to seconds
    • ecvtlsoRawValue

      public BigInteger ecvtlsoRawValue()
      SMF98_ECVTLSO raw value.
      Returns:
      long SMF98_ECVTLSO raw value
    • create

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