Package com.blackhillsoftware.smf.smf98
Class IdentificationSection
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf98.IdentificationSection
SMF 98 record Identification Section.
Obtain from
-
Method Summary
Modifier and TypeMethodDescriptionstatic IdentificationSection
create
(byte[] Data, int offset, int length) create is intended for internal use only.SMF98IntervalEnd STCK value converted to LocalDateTime (nanosecond precision).SMF98IntervalEnd_ETOD STCKE value converted to LocalDateTime (nanosecond precision, no time zone).SMF98IntervalEnd_ETOD STCKE value.SMF98IntervalEnd STCK value.SMF98IntervalStart STCK value converted to LocalDateTime (nanosecond precision).SMF98IntervalStart_ETOD STCKE value converted to LocalDateTime (nanosecond precision, no time zone).SMF98IntervalStart_ETOD STCKE value.SMF98IntervalStart STCK value.smf98jbn()
SMF98JBN value.smf98rsd()
SMF98RSD as a LocalDate.int
SMF98RSD raw value.smf98rst()
SMF98RST as a LocalTime.long
SMF98RST raw valuesmf98stp()
SMF98STP value.SMF98SysName value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
smf98jbn
SMF98JBN value.- Returns:
- String SMF98JBN value
-
smf98rst
SMF98RST as a LocalTime.- Returns:
- LocalTime SMF98RST Time
- See Also:
-
smf98rstRawValue
public long smf98rstRawValue()SMF98RST raw value- Returns:
- long SMF98RST value
-
smf98rsd
SMF98RSD as a LocalDate.- Returns:
- LocalDate SMF98RSD Date
- See Also:
-
smf98rsdRawValue
public int smf98rsdRawValue()SMF98RSD raw value.- Returns:
- int SMF98RSD value
-
smf98stp
SMF98STP value.- Returns:
- String SMF98STP value
-
smf98intervalStart
SMF98IntervalStart STCK value converted to LocalDateTime (nanosecond precision).Use
smf98intervalStartRawValue()
for a BigInteger containing the complete STCK value.- Returns:
- LocalDateTime SMF98IntervalStart STCK converted to LocalDateTime
- See Also:
-
smf98intervalStartRawValue
SMF98IntervalStart STCK value.- Returns:
- BigInteger SMF98IntervalStart STCK value
-
smf98intervalEnd
SMF98IntervalEnd STCK value converted to LocalDateTime (nanosecond precision).Use
smf98intervalEndRawValue()
for a BigInteger containing the complete STCK value.- Returns:
- LocalDateTime SMF98IntervalEnd STCK converted to LocalDateTime
- See Also:
-
smf98intervalEndRawValue
SMF98IntervalEnd STCK value.- Returns:
- BigInteger SMF98IntervalEnd STCK value
-
smf98sysname
SMF98SysName value.- Returns:
- String SMF98SysName value
-
smf98intervalStartEtod
SMF98IntervalStart_ETOD STCKE value converted to LocalDateTime (nanosecond precision, no time zone).Use
smf98intervalStartEtodRawValue()
for a BigInteger containing the complete STCKE value.- Returns:
- LocalDateTime SMF98IntervalStart_ETOD STCKE converted to LocalDateTime
- See Also:
-
smf98intervalStartEtodRawValue
SMF98IntervalStart_ETOD STCKE value.- Returns:
- BigInteger SMF98IntervalStart_ETOD STCKE value
-
smf98intervalEndEtod
SMF98IntervalEnd_ETOD STCKE value converted to LocalDateTime (nanosecond precision, no time zone).Use
smf98intervalEndEtodRawValue()
for a BigInteger containing the complete STCKE value.- Returns:
- LocalDateTime SMF98IntervalEnd_ETOD STCKE converted to LocalDateTime
- See Also:
-
smf98intervalEndEtodRawValue
SMF98IntervalEnd_ETOD STCKE value.- Returns:
- BigInteger SMF98IntervalEnd_ETOD STCKE value
-
create
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 sectionoffset
- Offset of this section in the datalength
- length of the section
-