public final class LogstreamSection extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
SMF88LDS
Constant: 0x20 = 32
|
static int |
SMF88LFD
Constant: 0x80 = 128
|
static int |
SMF88LFT
Constant: 0x40 = 64
|
static int |
SMF88LZA
Constant: 0x10 = 16
|
Modifier and Type | Method and Description |
---|---|
static LogstreamSection |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
String |
smf88grp()
SMF88GRP value.
|
long |
smf88lab()
SMF88LAB value.
|
double |
smf88ldb()
SMF88LDB value.
|
boolean |
smf88lds()
Return true if SMF88LDS bit in
smf88lfl() is set. |
boolean |
smf88lfd()
Return true if SMF88LFD bit in
smf88lfl() is set. |
int |
smf88lfl()
SMF88LFL value.
|
boolean |
smf88lft()
Return true if SMF88LFT bit in
smf88lfl() is set. |
long |
smf88lib()
SMF88LIB value.
|
long |
smf88lio()
SMF88LIO value.
|
long |
smf88lis()
SMF88LIS value.
|
BigInteger |
smf88lit()
SMF88LIT value.
|
String |
smf88lsn()
SMF88LSN value.
|
ZonedDateTime |
smf88ltd()
SMF88LTD STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).
|
BigInteger |
smf88ltdRawValue()
SMF88LTD STCK value.
|
double |
smf88lwb()
SMF88LWB value.
|
long |
smf88lwi()
SMF88LWI value.
|
boolean |
smf88lza()
Return true if SMF88LZA bit in
smf88lfl() is set. |
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int SMF88LFD
public static final int SMF88LFT
public static final int SMF88LDS
public static final int SMF88LZA
public BigInteger smf88lit()
public String smf88lsn()
public int smf88lfl()
public boolean smf88lfd()
smf88lfl()
is set.SMF88LFD = 0x80
public boolean smf88lft()
smf88lfl()
is set.SMF88LFT = 0x40
public boolean smf88lds()
smf88lfl()
is set.SMF88LDS = 0x20
public boolean smf88lza()
smf88lfl()
is set.SMF88LZA = 0x10
public ZonedDateTime smf88ltd()
Use smf88ltdRawValue()
for a BigInteger containing the complete
STCK value.
ZonedDateTime
public BigInteger smf88ltdRawValue()
public long smf88lwi()
public long smf88lib()
public long smf88lab()
public double smf88lwb()
public double smf88ldb()
public long smf88lio()
public long smf88lis()
public String smf88grp()
public static LogstreamSection create(byte[] Data, int offset, int length)
Data
- Array of bytes containing data for this sectionoffset
- Offset of this section in the datalength
- length of the sectionCopyright © 2020 Black Hill Software Pty Ltd. All rights reserved.