Package com.blackhillsoftware.smf.smf64
Class ExtentInformationSection
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf64.ExtentInformationSection
-
Method Summary
Modifier and TypeMethodDescriptionstatic ExtentInformationSection
create
(byte[] Data, int offset, int length) create is intended for internal use only.int
smf64cuu()
SMF64CUU value.long
smf64fcc()
SMF64FCC value.int
smf64ind()
SMF64IND value.long
smf64tcc()
SMF64TCC value.long
smf64uty()
SMF64UTY value.smf64vsn()
SMF64VSN value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
smf64fcc
public long smf64fcc()SMF64FCC value.- Returns:
- long SMF64FCC value
-
smf64tcc
public long smf64tcc()SMF64TCC value.- Returns:
- long SMF64TCC value
-
smf64vsn
SMF64VSN value.- Returns:
- String SMF64VSN value
-
smf64cuu
public int smf64cuu()SMF64CUU value.- Returns:
- int SMF64CUU value
-
smf64ind
public int smf64ind()SMF64IND value.- Returns:
- int SMF64IND value
-
smf64uty
public long smf64uty()SMF64UTY value.- Returns:
- long SMF64UTY 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
-