Package com.blackhillsoftware.smf.smf119
Class SelfDefiningSection
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf119.SelfDefiningSection
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic SelfDefiningSection
create
(byte[] Data, int offset, int length) create is intended for internal use only.int
SMF119IDLen value.int
SMF119IDNum value.int
SMF119IDOff value.int
SMF119S1Len value.int
SMF119S1Num value.int
SMF119S1Off value.int
SMF119SD_TRN value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
SMF119SDLN
public static final int SMF119SDLNConstant: 0x14 = 20- See Also:
-
-
Method Details
-
smf119sdTrn
public int smf119sdTrn()SMF119SD_TRN value.- Returns:
- int SMF119SD_TRN value
-
smf119idoff
public int smf119idoff()SMF119IDOff value.- Returns:
- int SMF119IDOff value
-
smf119idlen
public int smf119idlen()SMF119IDLen value.- Returns:
- int SMF119IDLen value
-
smf119idnum
public int smf119idnum()SMF119IDNum value.- Returns:
- int SMF119IDNum value
-
smf119s1off
public int smf119s1off()SMF119S1Off value.- Returns:
- int SMF119S1Off value
-
smf119s1len
public int smf119s1len()SMF119S1Len value.- Returns:
- int SMF119S1Len value
-
smf119s1num
public int smf119s1num()SMF119S1Num value.- Returns:
- int SMF119S1Num 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
-