public final class Header extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
SMF79BFY
Constant: 0x01 = 1
|
static int |
SMF79ENX
Constant: 0x44 = 68
|
static int |
SMF79ESA
Constant: 0x08 = 8
|
static int |
SMF79FNX
Constant: 0x2C = 44
|
static int |
SMF79OS
Constant: 0x02 = 2
|
static int |
SMF79RRF
Constant: 0x80 = 128
|
static int |
SMF79SUT
Constant: 0x40 = 64
|
static int |
SMF79V4
Constant: 0x10 = 16
|
static int |
SMF79VXA
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.
|
int |
smf79asl()
SMF79ASL value.
|
int |
smf79asn()
SMF79ASN value.
|
int |
smf79ass()
SMF79ASS value.
|
boolean |
smf79bfy()
Return true if
SMF79BFY bit in smf79flg() is set. |
int |
smf79dcl()
SMF79DCL value.
|
int |
smf79dcn()
SMF79DCN value.
|
int |
smf79dcs()
SMF79DCS value.
|
LocalDate |
smf79dte()
SMF79DTE as a LocalDate.
|
int |
smf79dteRawValue()
SMF79DTE raw value.
|
boolean |
smf79esa()
Return true if
SMF79ESA bit in smf79flg() is set. |
int |
smf79flg()
SMF79FLG value.
|
int |
smf79fpl()
SMF79FPL value.
|
int |
smf79fpn()
SMF79FPN value.
|
int |
smf79fpo()
SMF79FPO value.
|
int |
smf79len()
SMF79LEN value.
|
int |
smf79mcl()
SMF79MCL value.
|
int |
smf79mcn()
SMF79MCN value.
|
int |
smf79mcs()
SMF79MCS value.
|
boolean |
smf79os()
Return true if
SMF79OS bit in smf79flg() is set. |
int |
smf79prl()
SMF79PRL value.
|
int |
smf79prn()
SMF79PRN value.
|
int |
smf79prs()
SMF79PRS value.
|
int |
smf79qsl()
SMF79QSL value.
|
int |
smf79qsn()
SMF79QSN value.
|
int |
smf79qss()
SMF79QSS value.
|
boolean |
smf79rrf()
Return true if
SMF79RRF bit in smf79flg() is set. |
int |
smf79rty()
SMF79RTY value.
|
int |
smf79seg()
SMF79SEG value.
|
String |
smf79sid()
SMF79SID value.
|
String |
smf79ssi()
SMF79SSI value.
|
int |
smf79sty()
SMF79STY value.
|
boolean |
smf79sut()
Return true if
SMF79SUT bit in smf79flg() is set. |
LocalTime |
smf79tme()
SMF79TME as a LocalTime.
|
long |
smf79tmeRawValue()
SMF79TME raw value
|
int |
smf79trn()
SMF79TRN value.
|
boolean |
smf79v4()
Return true if
SMF79V4 bit in smf79flg() is set. |
boolean |
smf79vxa()
Return true if
SMF79VXA bit in smf79flg() is set. |
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int SMF79RRF
public static final int SMF79SUT
public static final int SMF79V4
public static final int SMF79ESA
public static final int SMF79VXA
public static final int SMF79OS
public static final int SMF79BFY
public static final int SMF79ENX
public static final int SMF79FNX
public int smf79len()
public int smf79seg()
public int smf79flg()
public boolean smf79rrf()
SMF79RRF
bit in smf79flg()
is set.SMF79RRF = 0x80
public boolean smf79sut()
SMF79SUT
bit in smf79flg()
is set.SMF79SUT = 0x40
public boolean smf79v4()
SMF79V4
bit in smf79flg()
is set.SMF79V4 = 0x10
public boolean smf79esa()
SMF79ESA
bit in smf79flg()
is set.SMF79ESA = 0x08
public boolean smf79vxa()
SMF79VXA
bit in smf79flg()
is set.SMF79VXA = 0x04
public boolean smf79os()
SMF79OS
bit in smf79flg()
is set.SMF79OS = 0x02
public boolean smf79bfy()
SMF79BFY
bit in smf79flg()
is set.SMF79BFY = 0x01
public int smf79rty()
public LocalTime smf79tme()
LocalTime
public long smf79tmeRawValue()
public LocalDate smf79dte()
LocalDate
public int smf79dteRawValue()
public String smf79sid()
public String smf79ssi()
public int smf79sty()
public int smf79trn()
public int smf79prs()
public int smf79prl()
public int smf79prn()
public int smf79mcs()
public int smf79mcl()
public int smf79mcn()
public int smf79ass()
public int smf79asl()
public int smf79asn()
public int smf79dcs()
public int smf79dcl()
public int smf79dcn()
public int smf79qss()
public int smf79qsl()
public int smf79qsn()
public int smf79fpo()
public int smf79fpl()
public int smf79fpn()
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.