public final class Header extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
SMF42_LEN
Constant: 0x24 = 36
|
static int |
SMF42FS1
Constant: 0x01 = 1
|
static int |
SMF42FS2
Constant: 0x02 = 2
|
static int |
SMF42FSI
Constant: 0x80 = 128
|
static int |
SMF42FSU
Constant: 0x40 = 64
|
static int |
SMF42FXA
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.
|
LocalDate |
smf42dte()
SMF42DTE as a LocalDate.
|
int |
smf42dteRawValue()
SMF42DTE raw value.
|
int |
smf42flg()
SMF42FLG value.
|
boolean |
smf42fs1()
Return true if
SMF42FS1 bit in smf42flg() is set. |
boolean |
smf42fs2()
Return true if
SMF42FS2 bit in smf42flg() is set. |
boolean |
smf42fsi()
Return true if
SMF42FSI bit in smf42flg() is set. |
boolean |
smf42fsu()
Return true if
SMF42FSU bit in smf42flg() is set. |
boolean |
smf42fxa()
Return true if
SMF42FXA bit in smf42flg() is set. |
int |
smf42lps()
SMF42LPS value.
|
int |
smf42nps()
SMF42NPS value.
|
int |
smf42nt()
SMF42NT value.
|
int |
smf42ops()
SMF42OPS value.
|
int |
smf42rcl()
SMF42RCL value.
|
int |
smf42rty()
SMF42RTY value.
|
int |
smf42sgd()
SMF42SGD value.
|
String |
smf42sid()
SMF42SID value.
|
String |
smf42ssi()
SMF42SSI value.
|
int |
smf42sty()
SMF42STY value.
|
LocalTime |
smf42tme()
SMF42TME as a LocalTime.
|
long |
smf42tmeRawValue()
SMF42TME raw value
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int SMF42FSI
public static final int SMF42FSU
public static final int SMF42FXA
public static final int SMF42FS2
public static final int SMF42FS1
public static final int SMF42_LEN
public int smf42rcl()
public int smf42sgd()
public int smf42flg()
public boolean smf42fsi()
SMF42FSI
bit in smf42flg()
is set.SMF42FSI = 0x80
public boolean smf42fsu()
SMF42FSU
bit in smf42flg()
is set.SMF42FSU = 0x40
public boolean smf42fxa()
SMF42FXA
bit in smf42flg()
is set.SMF42FXA = 0x04
public boolean smf42fs2()
SMF42FS2
bit in smf42flg()
is set.SMF42FS2 = 0x02
public boolean smf42fs1()
SMF42FS1
bit in smf42flg()
is set.SMF42FS1 = 0x01
public int smf42rty()
public LocalTime smf42tme()
LocalTime
public long smf42tmeRawValue()
public LocalDate smf42dte()
LocalDate
public int smf42dteRawValue()
public String smf42sid()
public String smf42ssi()
public int smf42sty()
public int smf42nt()
public int smf42ops()
public int smf42lps()
public int smf42nps()
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.