java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf88.EventsSection
-
Method Summary
Modifier and TypeMethodDescriptionstatic EventsSection
create
(byte[] Data, int offset, int length) create is intended for internal use only.long
smf88eaf()
SMF88EAF value.long
smf88edo()
SMF88EDO value.long
smf88eds()
SMF88EDS value.long
smf88efs()
SMF88EFS value.long
smf88eo()
SMF88EO value.long
smf88erc()
SMF88ERC value.long
smf88eri()
SMF88ERI value.long
smf88esf()
SMF88ESF value.long
smf88etf()
SMF88ETF value.long
smf88ett()
SMF88ETT value.long
smf88lbl()
SMF88LBL value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
smf88eds
public long smf88eds()SMF88EDS value.- Returns:
- long SMF88EDS value
-
smf88eri
public long smf88eri()SMF88ERI value.- Returns:
- long SMF88ERI value
-
smf88erc
public long smf88erc()SMF88ERC value.- Returns:
- long SMF88ERC value
-
smf88esf
public long smf88esf()SMF88ESF value.- Returns:
- long SMF88ESF value
-
smf88ett
public long smf88ett()SMF88ETT value.- Returns:
- long SMF88ETT value
-
smf88etf
public long smf88etf()SMF88ETF value.- Returns:
- long SMF88ETF value
-
smf88eo
public long smf88eo()SMF88EO value.- Returns:
- long SMF88EO value
-
smf88efs
public long smf88efs()SMF88EFS value.- Returns:
- long SMF88EFS value
-
smf88edo
public long smf88edo()SMF88EDO value.- Returns:
- long SMF88EDO value
-
smf88eaf
public long smf88eaf()SMF88EAF value.- Returns:
- long SMF88EAF value
-
smf88lbl
public long smf88lbl()SMF88LBL value.- Returns:
- long SMF88LBL 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
-