public final class Header extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
SMF75BFY
Constant: 0x01 = 1
|
static int |
SMF75ESA
Constant: 0x08 = 8
|
static int |
SMF75OS
Constant: 0x02 = 2
|
static int |
SMF75RRF
Constant: 0x80 = 128
|
static int |
SMF75SUT
Constant: 0x40 = 64
|
static int |
SMF75V4
Constant: 0x10 = 16
|
static int |
SMF75VXA
Constant: 0x04 = 4
|
Constructor and Description |
---|
Header(byte[] Data) |
Modifier and Type | Method and Description |
---|---|
static Header |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
boolean |
smf75bfy()
Return true if
SMF75BFY bit in smf75flg() is set. |
LocalDate |
smf75dte()
SMF75DTE as a LocalDate.
|
int |
smf75dteRawValue()
SMF75DTE raw value.
|
boolean |
smf75esa()
Return true if
SMF75ESA bit in smf75flg() is set. |
int |
smf75flg()
SMF75FLG value.
|
int |
smf75len()
SMF75LEN value.
|
boolean |
smf75os()
Return true if
SMF75OS bit in smf75flg() is set. |
int |
smf75prl()
SMF75PRL value.
|
int |
smf75prn()
SMF75PRN value.
|
int |
smf75prs()
SMF75PRS value.
|
int |
smf75psl()
SMF75PSL value.
|
int |
smf75psn()
SMF75PSN value.
|
int |
smf75pss()
SMF75PSS value.
|
boolean |
smf75rrf()
Return true if
SMF75RRF bit in smf75flg() is set. |
int |
smf75rty()
SMF75RTY value.
|
int |
smf75seg()
SMF75SEG value.
|
String |
smf75sid()
SMF75SID value.
|
String |
smf75ssi()
SMF75SSI value.
|
int |
smf75sty()
SMF75STY value.
|
boolean |
smf75sut()
Return true if
SMF75SUT bit in smf75flg() is set. |
LocalTime |
smf75tme()
SMF75TME as a LocalTime.
|
long |
smf75tmeRawValue()
SMF75TME raw value
|
int |
smf75trn()
SMF75TRN value.
|
boolean |
smf75v4()
Return true if
SMF75V4 bit in smf75flg() is set. |
boolean |
smf75vxa()
Return true if
SMF75VXA bit in smf75flg() is set. |
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int SMF75RRF
public static final int SMF75SUT
public static final int SMF75V4
public static final int SMF75ESA
public static final int SMF75VXA
public static final int SMF75OS
public static final int SMF75BFY
public int smf75len()
public int smf75seg()
public int smf75flg()
public boolean smf75rrf()
SMF75RRF
bit in smf75flg()
is set.SMF75RRF = 0x80
public boolean smf75sut()
SMF75SUT
bit in smf75flg()
is set.SMF75SUT = 0x40
public boolean smf75v4()
SMF75V4
bit in smf75flg()
is set.SMF75V4 = 0x10
public boolean smf75esa()
SMF75ESA
bit in smf75flg()
is set.SMF75ESA = 0x08
public boolean smf75vxa()
SMF75VXA
bit in smf75flg()
is set.SMF75VXA = 0x04
public boolean smf75os()
SMF75OS
bit in smf75flg()
is set.SMF75OS = 0x02
public boolean smf75bfy()
SMF75BFY
bit in smf75flg()
is set.SMF75BFY = 0x01
public int smf75rty()
public LocalTime smf75tme()
LocalTime
public long smf75tmeRawValue()
public LocalDate smf75dte()
LocalDate
public int smf75dteRawValue()
public String smf75sid()
public String smf75ssi()
public int smf75sty()
public int smf75trn()
public int smf75prs()
public int smf75prl()
public int smf75prn()
public int smf75pss()
public int smf75psl()
public int smf75psn()
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 © 2021 Black Hill Software Pty Ltd. All rights reserved.