java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf62.VolumeEntry
-
Method Summary
Modifier and TypeMethodDescriptionstatic VolumeEntry
create
(byte[] Data, int offset, int length) create is intended for internal use only.long
smf62dty()
SMF62DTY value.smf62vsr()
SMF62VSR value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
smf62vsr
SMF62VSR value.- Returns:
- String SMF62VSR value
-
smf62dty
public long smf62dty()SMF62DTY value.- Returns:
- long SMF62DTY 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
-