Package com.blackhillsoftware.smf.smf30
Class AppcResourceSection
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf30.AppcResourceSection
-
Method Summary
Modifier and TypeMethodDescriptionstatic AppcResourceSection
create
(byte[] Data, int offset, int length) create is intended for internal use only.long
smf30dac()
SMF30DAC value.long
smf30dc()
SMF30DC value.long
smf30dca()
SMF30DCA value.double
smf30ddr()
SMF30DDR value.double
smf30dds()
SMF30DDS value.long
smf30drc()
SMF30DRC value.long
smf30dsc()
SMF30DSC value.long
smf30dtr()
SMF30DTR value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
smf30dc
public long smf30dc()SMF30DC value.- Returns:
- long SMF30DC value
-
smf30dca
public long smf30dca()SMF30DCA value.- Returns:
- long SMF30DCA value
-
smf30dsc
public long smf30dsc()SMF30DSC value.- Returns:
- long SMF30DSC value
-
smf30dds
public double smf30dds()SMF30DDS value.- Returns:
- double SMF30DDS value
-
smf30drc
public long smf30drc()SMF30DRC value.- Returns:
- long SMF30DRC value
-
smf30ddr
public double smf30ddr()SMF30DDR value.- Returns:
- double SMF30DDR value
-
smf30dac
public long smf30dac()SMF30DAC value.- Returns:
- long SMF30DAC value
-
smf30dtr
public long smf30dtr()SMF30DTR value.- Returns:
- long SMF30DTR 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
-