java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf9.Header
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Header
create
(byte[] Data, int offset, int length) create is intended for internal use only.smf9dte()
SMF9DTE as a LocalDate.int
SMF9DTE raw value.int
smf9flg()
SMF9FLG value.int
smf9len()
SMF9LEN value.int
smf9lenn()
SMF9LENN value.int
smf9rty()
SMF9RTY value.int
smf9seg()
SMF9SEG value.smf9sid()
SMF9SID value.smf9tme()
SMF9TME as a LocalTime.long
SMF9TME raw valueMethods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
SMFRCD9
public static final int SMFRCD9Constant: 0x00 = 0- See Also:
-
-
Method Details
-
smf9len
public int smf9len()SMF9LEN value.- Returns:
- int SMF9LEN value
-
smf9seg
public int smf9seg()SMF9SEG value.- Returns:
- int SMF9SEG value
-
smf9flg
public int smf9flg()SMF9FLG value.- Returns:
- int SMF9FLG value
-
smf9rty
public int smf9rty()SMF9RTY value.- Returns:
- int SMF9RTY value
-
smf9tme
SMF9TME as a LocalTime.- Returns:
- LocalTime SMF9TME Time
- See Also:
-
smf9tmeRawValue
public long smf9tmeRawValue()SMF9TME raw value- Returns:
- long SMF9TME value
-
smf9dte
SMF9DTE as a LocalDate.- Returns:
- LocalDate SMF9DTE Date
- See Also:
-
smf9dteRawValue
public int smf9dteRawValue()SMF9DTE raw value.- Returns:
- int SMF9DTE value
-
smf9sid
SMF9SID value.- Returns:
- String SMF9SID value
-
smf9lenn
public int smf9lenn()SMF9LENN value.- Returns:
- int SMF9LENN 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
-