Package com.blackhillsoftware.smf.smf98
Class SelfDefiningSection
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf98.SelfDefiningSection
SMF 98 record self defining section. Used internally to locate other sections.
-
Method Summary
Modifier and TypeMethodDescriptionstatic SelfDefiningSection
create
(byte[] Data, int offset, int length) create is intended for internal use only.int
SMF98CSLN value.int
SMF98CSOF value.int
SMF98CSON value.int
smf98dln()
SMF98DLN value.int
smf98dof()
SMF98DOF value.int
smf98don()
SMF98DON value.int
smf98iln()
SMF98ILN value.int
smf98iof()
SMF98IOF value.int
smf98ion()
SMF98ION value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
smf98iof
public int smf98iof()SMF98IOF value.- Returns:
- int SMF98IOF value
-
smf98iln
public int smf98iln()SMF98ILN value.- Returns:
- int SMF98ILN value
-
smf98ion
public int smf98ion()SMF98ION value.- Returns:
- int SMF98ION value
-
smf98csof
public int smf98csof()SMF98CSOF value.- Returns:
- int SMF98CSOF value
-
smf98csln
public int smf98csln()SMF98CSLN value.- Returns:
- int SMF98CSLN value
-
smf98cson
public int smf98cson()SMF98CSON value.- Returns:
- int SMF98CSON value
-
smf98dof
public int smf98dof()SMF98DOF value.- Returns:
- int SMF98DOF value
-
smf98dln
public int smf98dln()SMF98DLN value.- Returns:
- int SMF98DLN value
-
smf98don
public int smf98don()SMF98DON value.- Returns:
- int SMF98DON 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
-