public final class Header extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
SMFRCD9
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 |
smf9dte()
SMF9DTE as a LocalDate.
|
int |
smf9dteRawValue()
SMF9DTE raw value.
|
int |
smf9flg()
SMF9FLG value.
|
int |
smf9len()
SMF9LEN value.
|
int |
smf9lenn()
SMF9LENN value.
|
int |
smf9rty()
SMF9RTY value.
|
int |
smf9seg()
SMF9SEG value.
|
String |
smf9sid()
SMF9SID value.
|
LocalTime |
smf9tme()
SMF9TME as a LocalTime.
|
long |
smf9tmeRawValue()
SMF9TME raw value
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int SMFRCD9
public int smf9len()
public int smf9seg()
public int smf9flg()
public int smf9rty()
public LocalTime smf9tme()
LocalTime
public long smf9tmeRawValue()
public LocalDate smf9dte()
LocalDate
public int smf9dteRawValue()
public String smf9sid()
public int smf9lenn()
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.