java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf8.Header
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Header
create
(byte[] Data, int offset, int length) create is intended for internal use only.smf8dte()
SMF8DTE as a LocalDate.int
SMF8DTE raw value.int
smf8flg()
SMF8FLG value.int
smf8len()
SMF8LEN value.int
smf8lenn()
SMF8LENN value.int
smf8rty()
SMF8RTY value.int
smf8seg()
SMF8SEG value.smf8sid()
SMF8SID value.smf8tme()
SMF8TME as a LocalTime.long
SMF8TME raw valueMethods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
SMFRCD8
public static final int SMFRCD8Constant: 0x00 = 0- See Also:
-
-
Method Details
-
smf8len
public int smf8len()SMF8LEN value.- Returns:
- int SMF8LEN value
-
smf8seg
public int smf8seg()SMF8SEG value.- Returns:
- int SMF8SEG value
-
smf8flg
public int smf8flg()SMF8FLG value.- Returns:
- int SMF8FLG value
-
smf8rty
public int smf8rty()SMF8RTY value.- Returns:
- int SMF8RTY value
-
smf8tme
SMF8TME as a LocalTime.- Returns:
- LocalTime SMF8TME Time
- See Also:
-
smf8tmeRawValue
public long smf8tmeRawValue()SMF8TME raw value- Returns:
- long SMF8TME value
-
smf8dte
SMF8DTE as a LocalDate.- Returns:
- LocalDate SMF8DTE Date
- See Also:
-
smf8dteRawValue
public int smf8dteRawValue()SMF8DTE raw value.- Returns:
- int SMF8DTE value
-
smf8sid
SMF8SID value.- Returns:
- String SMF8SID value
-
smf8lenn
public int smf8lenn()SMF8LENN value.- Returns:
- int SMF8LENN 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
-