Package com.blackhillsoftware.smf.smf92
Class CacheSpaceEntry
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf92.CacheSpaceEntry
- 
Method SummaryModifier and TypeMethodDescriptionstatic CacheSpaceEntrycreate(byte[] Data, int offset, int length) create is intended for internal use only.longSMF92DSAS value.longSMF92DSFR value.SMF92DSNAM value.Methods inherited from class com.blackhillsoftware.smf.SmfDatacreateSection, getTriplet
- 
Method Details- 
smf92dsnamSMF92DSNAM value.- Returns:
- String SMF92DSNAM value
 
- 
smf92dsaspublic long smf92dsas()SMF92DSAS value.- Returns:
- long SMF92DSAS value
 
- 
smf92dsfrpublic long smf92dsfr()SMF92DSFR value.- Returns:
- long SMF92DSFR value
 
- 
createcreate 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 section
- offset- Offset of this section in the data
- length- length of the section
 
 
-