Package com.blackhillsoftware.smf.smf88
Class LogstreamSection
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf88.LogstreamSection
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic LogstreamSection
create
(byte[] Data, int offset, int length) create is intended for internal use only.smf88grp()
SMF88GRP value.long
smf88lab()
SMF88LAB value.double
smf88ldb()
SMF88LDB value.boolean
smf88lds()
Return true if SMF88LDS bit insmf88lfl()
is set.boolean
smf88lfd()
Return true if SMF88LFD bit insmf88lfl()
is set.int
smf88lfl()
SMF88LFL value.boolean
smf88lft()
Return true if SMF88LFT bit insmf88lfl()
is set.long
smf88lib()
SMF88LIB value.long
smf88lio()
SMF88LIO value.long
smf88lis()
SMF88LIS value.smf88lit()
SMF88LIT value.smf88lsn()
SMF88LSN value.smf88ltd()
SMF88LTD STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).SMF88LTD STCK value.double
smf88lwb()
SMF88LWB value.long
smf88lwi()
SMF88LWI value.boolean
smf88lza()
Return true if SMF88LZA bit insmf88lfl()
is set.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
SMF88LFD
public static final int SMF88LFDConstant: 0x80 = 128- See Also:
-
SMF88LFT
public static final int SMF88LFTConstant: 0x40 = 64- See Also:
-
SMF88LDS
public static final int SMF88LDSConstant: 0x20 = 32- See Also:
-
SMF88LZA
public static final int SMF88LZAConstant: 0x10 = 16- See Also:
-
-
Method Details
-
smf88lit
SMF88LIT value.- Returns:
- BigInteger SMF88LIT value
-
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 insmf88lfl()
is set.- Returns:
- boolean SMF88LFD bit is set in smf88lfl()
SMF88LFD = 0x80
-
smf88lft
public boolean smf88lft()Return true if SMF88LFT bit insmf88lfl()
is set.- Returns:
- boolean SMF88LFT bit is set in smf88lfl()
SMF88LFT = 0x40
-
smf88lds
public boolean smf88lds()Return true if SMF88LDS bit insmf88lfl()
is set.- Returns:
- boolean SMF88LDS bit is set in smf88lfl()
SMF88LDS = 0x20
-
smf88lza
public boolean smf88lza()Return true if SMF88LZA bit insmf88lfl()
is set.- Returns:
- boolean SMF88LZA bit is set in smf88lfl()
SMF88LZA = 0x10
-
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
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
SMF88GRP value.- Returns:
- String SMF88GRP 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
-