public final class Header extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
SMFRCD8
Constant: 0x00 = 0
|
Modifier and Type | Method and Description |
---|---|
static Header |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
LocalDate |
smf8dte()
SMF8DTE as a LocalDate.
|
int |
smf8dteRawValue()
SMF8DTE raw value.
|
int |
smf8flg()
SMF8FLG value.
|
int |
smf8len()
SMF8LEN value.
|
int |
smf8lenn()
SMF8LENN value.
|
int |
smf8rty()
SMF8RTY value.
|
int |
smf8seg()
SMF8SEG value.
|
String |
smf8sid()
SMF8SID value.
|
LocalTime |
smf8tme()
SMF8TME as a LocalTime.
|
long |
smf8tmeRawValue()
SMF8TME raw value
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int SMFRCD8
public int smf8len()
public int smf8seg()
public int smf8flg()
public int smf8rty()
public LocalTime smf8tme()
LocalTime
public long smf8tmeRawValue()
public LocalDate smf8dte()
LocalDate
public int smf8dteRawValue()
public String smf8sid()
public int smf8lenn()
public static Header 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.