java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf79.Header
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Constant: 0x01 = 1static final int
Constant: 0x44 = 68static final int
Constant: 0x08 = 8static final int
Constant: 0x2C = 44static final int
Constant: 0x02 = 2static final int
Constant: 0x80 = 128static final int
Constant: 0x40 = 64static final int
Constant: 0x10 = 16static 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.int
smf79asl()
SMF79ASL value.int
smf79asn()
SMF79ASN value.int
smf79ass()
SMF79ASS value.boolean
smf79bfy()
Return true ifSMF79BFY
bit insmf79flg()
is set.int
smf79dcl()
SMF79DCL value.int
smf79dcn()
SMF79DCN value.int
smf79dcs()
SMF79DCS value.smf79dte()
SMF79DTE as a LocalDate.int
SMF79DTE raw value.boolean
smf79esa()
Return true ifSMF79ESA
bit insmf79flg()
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 ifSMF79OS
bit insmf79flg()
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 ifSMF79RRF
bit insmf79flg()
is set.int
smf79rty()
SMF79RTY value.int
smf79seg()
SMF79SEG value.smf79sid()
SMF79SID value.smf79ssi()
SMF79SSI value.int
smf79sty()
SMF79STY value.boolean
smf79sut()
Return true ifSMF79SUT
bit insmf79flg()
is set.smf79tme()
SMF79TME as a LocalTime.long
SMF79TME raw valueint
smf79trn()
SMF79TRN value.boolean
smf79v4()
Return true ifSMF79V4
bit insmf79flg()
is set.boolean
smf79vxa()
Return true ifSMF79VXA
bit insmf79flg()
is set.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
SMF79RRF
public static final int SMF79RRFConstant: 0x80 = 128- See Also:
-
SMF79SUT
public static final int SMF79SUTConstant: 0x40 = 64- See Also:
-
SMF79V4
public static final int SMF79V4Constant: 0x10 = 16- See Also:
-
SMF79ESA
public static final int SMF79ESAConstant: 0x08 = 8- See Also:
-
SMF79VXA
public static final int SMF79VXAConstant: 0x04 = 4- See Also:
-
SMF79OS
public static final int SMF79OSConstant: 0x02 = 2- See Also:
-
SMF79BFY
public static final int SMF79BFYConstant: 0x01 = 1- See Also:
-
SMF79ENX
public static final int SMF79ENXConstant: 0x44 = 68- See Also:
-
SMF79FNX
public static final int SMF79FNXConstant: 0x2C = 44- See Also:
-
-
Constructor Details
-
Header
public Header(byte[] Data)
-
-
Method Details
-
smf79len
public int smf79len()SMF79LEN value.- Returns:
- int SMF79LEN value
-
smf79seg
public int smf79seg()SMF79SEG value.- Returns:
- int SMF79SEG value
-
smf79flg
public int smf79flg()SMF79FLG value.- Returns:
- int SMF79FLG value
-
smf79rrf
public boolean smf79rrf()Return true ifSMF79RRF
bit insmf79flg()
is set.- Returns:
- boolean SMF79RRF bit is set in smf79flg()
SMF79RRF = 0x80
-
smf79sut
public boolean smf79sut()Return true ifSMF79SUT
bit insmf79flg()
is set.- Returns:
- boolean SMF79SUT bit is set in smf79flg()
SMF79SUT = 0x40
-
smf79v4
public boolean smf79v4()Return true ifSMF79V4
bit insmf79flg()
is set.- Returns:
- boolean SMF79V4 bit is set in smf79flg()
SMF79V4 = 0x10
-
smf79esa
public boolean smf79esa()Return true ifSMF79ESA
bit insmf79flg()
is set.- Returns:
- boolean SMF79ESA bit is set in smf79flg()
SMF79ESA = 0x08
-
smf79vxa
public boolean smf79vxa()Return true ifSMF79VXA
bit insmf79flg()
is set.- Returns:
- boolean SMF79VXA bit is set in smf79flg()
SMF79VXA = 0x04
-
smf79os
public boolean smf79os()Return true ifSMF79OS
bit insmf79flg()
is set.- Returns:
- boolean SMF79OS bit is set in smf79flg()
SMF79OS = 0x02
-
smf79bfy
public boolean smf79bfy()Return true ifSMF79BFY
bit insmf79flg()
is set.- Returns:
- boolean SMF79BFY bit is set in smf79flg()
SMF79BFY = 0x01
-
smf79rty
public int smf79rty()SMF79RTY value.- Returns:
- int SMF79RTY value
-
smf79tme
SMF79TME as a LocalTime.- Returns:
- LocalTime SMF79TME Time
- See Also:
-
smf79tmeRawValue
public long smf79tmeRawValue()SMF79TME raw value- Returns:
- long SMF79TME value
-
smf79dte
SMF79DTE as a LocalDate.- Returns:
- LocalDate SMF79DTE Date
- See Also:
-
smf79dteRawValue
public int smf79dteRawValue()SMF79DTE raw value.- Returns:
- int SMF79DTE value
-
smf79sid
SMF79SID value.- Returns:
- String SMF79SID value
-
smf79ssi
SMF79SSI value.- Returns:
- String SMF79SSI value
-
smf79sty
public int smf79sty()SMF79STY value.- Returns:
- int SMF79STY value
-
smf79trn
public int smf79trn()SMF79TRN value.- Returns:
- int SMF79TRN value
-
smf79prs
public int smf79prs()SMF79PRS value.- Returns:
- int SMF79PRS value
-
smf79prl
public int smf79prl()SMF79PRL value.- Returns:
- int SMF79PRL value
-
smf79prn
public int smf79prn()SMF79PRN value.- Returns:
- int SMF79PRN value
-
smf79mcs
public int smf79mcs()SMF79MCS value. Supported if smf79sty() != 15;- Returns:
- int SMF79MCS value
-
smf79mcl
public int smf79mcl()SMF79MCL value. Supported if smf79sty() != 15;- Returns:
- int SMF79MCL value
-
smf79mcn
public int smf79mcn()SMF79MCN value. Supported if smf79sty() != 15;- Returns:
- int SMF79MCN value
-
smf79ass
public int smf79ass()SMF79ASS value. Supported if smf79sty() != 15;- Returns:
- int SMF79ASS value
-
smf79asl
public int smf79asl()SMF79ASL value. Supported if smf79sty() != 15;- Returns:
- int SMF79ASL value
-
smf79asn
public int smf79asn()SMF79ASN value. Supported if smf79sty() != 15;- Returns:
- int SMF79ASN value
-
smf79dcs
public int smf79dcs()SMF79DCS value. Supported if smf79sty() != 15;- Returns:
- int SMF79DCS value
-
smf79dcl
public int smf79dcl()SMF79DCL value. Supported if smf79sty() != 15;- Returns:
- int SMF79DCL value
-
smf79dcn
public int smf79dcn()SMF79DCN value. Supported if smf79sty() != 15;- Returns:
- int SMF79DCN value
-
smf79qss
public int smf79qss()SMF79QSS value. Supported if smf79sty() != 15;- Returns:
- int SMF79QSS value
-
smf79qsl
public int smf79qsl()SMF79QSL value. Supported if smf79sty() != 15;- Returns:
- int SMF79QSL value
-
smf79qsn
public int smf79qsn()SMF79QSN value. Supported if smf79sty() != 15;- Returns:
- int SMF79QSN value
-
smf79fpo
public int smf79fpo()SMF79FPO value. Supported if smf79sty() == 15;- Returns:
- int SMF79FPO value
-
smf79fpl
public int smf79fpl()SMF79FPL value. Supported if smf79sty() == 15;- Returns:
- int SMF79FPL value
-
smf79fpn
public int smf79fpn()SMF79FPN value. Supported if smf79sty() == 15;- Returns:
- int SMF79FPN 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
-