Package com.blackhillsoftware.smf.smf88
Class StructureInterimStorageSection
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf88.StructureInterimStorageSection
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(byte[] Data, int offset, int length) create is intended for internal use only.double
smf88sab()
SMF88SAB value.long
smf88sai()
SMF88SAI value.long
smf88sc1()
SMF88SC1 value.long
smf88sc2()
SMF88SC2 value.long
smf88sc3()
SMF88SC3 value.double
smf88sib()
SMF88SIB value.long
smf88sii()
SMF88SII value.smf88stn()
SMF88STN value.double
smf88swb()
SMF88SWB value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
smf88stn
SMF88STN value.- Returns:
- String SMF88STN value
-
smf88swb
public double smf88swb()SMF88SWB value.- Returns:
- double SMF88SWB value
-
smf88sib
public double smf88sib()SMF88SIB value.- Returns:
- double SMF88SIB value
-
smf88sab
public double smf88sab()SMF88SAB value.- Returns:
- double SMF88SAB value
-
smf88sii
public long smf88sii()SMF88SII value.- Returns:
- long SMF88SII value
-
smf88sai
public long smf88sai()SMF88SAI value.- Returns:
- long SMF88SAI value
-
smf88sc1
public long smf88sc1()SMF88SC1 value.- Returns:
- long SMF88SC1 value
-
smf88sc2
public long smf88sc2()SMF88SC2 value.- Returns:
- long SMF88SC2 value
-
smf88sc3
public long smf88sc3()SMF88SC3 value.- Returns:
- long SMF88SC3 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
-