Package com.blackhillsoftware.smf.smf92
Class CacheSpaceEntry
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf92.CacheSpaceEntry
-
Method Summary
Modifier and TypeMethodDescriptionstatic CacheSpaceEntry
create
(byte[] Data, int offset, int length) create is intended for internal use only.long
SMF92DSAS value.long
SMF92DSFR value.SMF92DSNAM value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
smf92dsnam
SMF92DSNAM value.- Returns:
- String SMF92DSNAM value
-
smf92dsas
public long smf92dsas()SMF92DSAS value.- Returns:
- long SMF92DSAS value
-
smf92dsfr
public long smf92dsfr()SMF92DSFR value.- Returns:
- long SMF92DSFR 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
-