java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf42.Header
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Constant: 0x24 = 36static final int
Constant: 0x01 = 1static final int
Constant: 0x02 = 2static final int
Constant: 0x80 = 128static final int
Constant: 0x40 = 64static final int
Constant: 0x04 = 4 -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Header
create
(byte[] Data, int offset, int length) create is intended for internal use only.smf42dte()
SMF42DTE as a LocalDate.int
SMF42DTE raw value.int
smf42flg()
SMF42FLG value.boolean
smf42fs1()
Return true ifSMF42FS1
bit insmf42flg()
is set.boolean
smf42fs2()
Return true ifSMF42FS2
bit insmf42flg()
is set.boolean
smf42fsi()
Return true ifSMF42FSI
bit insmf42flg()
is set.boolean
smf42fsu()
Return true ifSMF42FSU
bit insmf42flg()
is set.boolean
smf42fxa()
Return true ifSMF42FXA
bit insmf42flg()
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.smf42sid()
SMF42SID value.smf42ssi()
SMF42SSI value.int
smf42sty()
SMF42STY value.smf42tme()
SMF42TME as a LocalTime.long
SMF42TME raw valueMethods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
SMF42FSI
public static final int SMF42FSIConstant: 0x80 = 128- See Also:
-
SMF42FSU
public static final int SMF42FSUConstant: 0x40 = 64- See Also:
-
SMF42FXA
public static final int SMF42FXAConstant: 0x04 = 4- See Also:
-
SMF42FS2
public static final int SMF42FS2Constant: 0x02 = 2- See Also:
-
SMF42FS1
public static final int SMF42FS1Constant: 0x01 = 1- See Also:
-
SMF42_LEN
public static final int SMF42_LENConstant: 0x24 = 36- See Also:
-
-
Constructor Details
-
Header
public Header(byte[] Data)
-
-
Method Details
-
smf42rcl
public int smf42rcl()SMF42RCL value.- Returns:
- int SMF42RCL value
-
smf42sgd
public int smf42sgd()SMF42SGD value.- Returns:
- int SMF42SGD value
-
smf42flg
public int smf42flg()SMF42FLG value.- Returns:
- int SMF42FLG value
-
smf42fsi
public boolean smf42fsi()Return true ifSMF42FSI
bit insmf42flg()
is set.- Returns:
- boolean SMF42FSI bit is set in smf42flg()
SMF42FSI = 0x80
-
smf42fsu
public boolean smf42fsu()Return true ifSMF42FSU
bit insmf42flg()
is set.- Returns:
- boolean SMF42FSU bit is set in smf42flg()
SMF42FSU = 0x40
-
smf42fxa
public boolean smf42fxa()Return true ifSMF42FXA
bit insmf42flg()
is set.- Returns:
- boolean SMF42FXA bit is set in smf42flg()
SMF42FXA = 0x04
-
smf42fs2
public boolean smf42fs2()Return true ifSMF42FS2
bit insmf42flg()
is set.- Returns:
- boolean SMF42FS2 bit is set in smf42flg()
SMF42FS2 = 0x02
-
smf42fs1
public boolean smf42fs1()Return true ifSMF42FS1
bit insmf42flg()
is set.- Returns:
- boolean SMF42FS1 bit is set in smf42flg()
SMF42FS1 = 0x01
-
smf42rty
public int smf42rty()SMF42RTY value.- Returns:
- int SMF42RTY value
-
smf42tme
SMF42TME as a LocalTime.- Returns:
- LocalTime SMF42TME Time
- See Also:
-
smf42tmeRawValue
public long smf42tmeRawValue()SMF42TME raw value- Returns:
- long SMF42TME value
-
smf42dte
SMF42DTE as a LocalDate.- Returns:
- LocalDate SMF42DTE Date
- See Also:
-
smf42dteRawValue
public int smf42dteRawValue()SMF42DTE raw value.- Returns:
- int SMF42DTE value
-
smf42sid
SMF42SID value.- Returns:
- String SMF42SID value
-
smf42ssi
SMF42SSI value.- Returns:
- String SMF42SSI value
-
smf42sty
public int smf42sty()SMF42STY value.- Returns:
- int SMF42STY value
-
smf42nt
public int smf42nt()SMF42NT value.- Returns:
- int SMF42NT value
-
smf42ops
public int smf42ops()SMF42OPS value.- Returns:
- int SMF42OPS value
-
smf42lps
public int smf42lps()SMF42LPS value.- Returns:
- int SMF42LPS value
-
smf42nps
public int smf42nps()SMF42NPS value.- Returns:
- int SMF42NPS value
-
create
create is intended for internal use only. Instances of this section are created by the parent record or section.- Parameters:
Data
- Array of bytes containing data for this sectionoffset
- Offset of this section in the datalength
- length of the section
-