java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf6.EssSection
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic EssSectioncreate(byte[] Data, int offset, int length) create is intended for internal use only.intsmf6ind()SMF6IND value.smf6jdvt()SMF6JDVT value.intsmf6ln5()SMF6LN5 value.intsmf6rsv()SMF6RSV value.longsmf6sgid()SMF6SGID value.booleansmf6sjf()byte[]smf6tu()SMF6TU data.intsmf6tul()SMF6TUL value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
SMF6SJF
public static final int SMF6SJFConstant: 0x80 = 128- See Also:
-
-
Method Details
-
smf6ln5
public int smf6ln5()SMF6LN5 value.- Returns:
- int SMF6LN5 value
-
smf6sgid
public long smf6sgid()SMF6SGID value.- Returns:
- long SMF6SGID value
-
smf6ind
public int smf6ind()SMF6IND value.- Returns:
- int SMF6IND value
-
smf6sjf
public boolean smf6sjf()- Returns:
- boolean SMF6SJF bit is set in smf6ind()
SMF6SJF = 0x80
-
smf6rsv
public int smf6rsv()SMF6RSV value.- Returns:
- int SMF6RSV value
-
smf6jdvt
SMF6JDVT value.- Returns:
- String SMF6JDVT value
-
smf6tul
public int smf6tul()SMF6TUL value.- Returns:
- int SMF6TUL value
-
smf6tu
public byte[] smf6tu()SMF6TU data.- Returns:
- byte[] SMF6TU data
-
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
-