java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf92.FileAccess
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptionstatic FileAccesscreate(byte[] Data, int offset, int length) create is intended for internal use only.longSMF92FADN value.intSMF92FAFG value.SMF92FAFT value.intSMF92FAFT raw value.longSMF92FAIN value.booleanReturn true ifSMF92FAITbit insmf92fafg()is set.SMF92FAPN value.longSMF92FATI value.SMF92FAWT STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).SMF92FAWT STCK value.Methods inherited from class com.blackhillsoftware.smf.SmfDatacreateSection, getTriplet
- 
Field Details- 
SMF92FAITpublic static final int SMF92FAITConstant: 0x80 = 128- See Also:
 
 
- 
- 
Method Details- 
smf92fawtSMF92FAWT STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).Use smf92fawtRawValue()for a BigInteger containing the complete STCK value.- Returns:
- DateTime SMF92FAWT STCK converted to ZonedDateTime
- See Also:
 
- 
smf92fawtRawValueSMF92FAWT STCK value.- Returns:
- BigInteger SMF92FAWT STCK value
 
- 
smf92faftSMF92FAFT value.- Returns:
- FileType SMF92FAFT value
 
- 
smf92faftRawValuepublic int smf92faftRawValue()SMF92FAFT raw value.- Returns:
- int SMF92FAFT raw value
 
- 
smf92fafgpublic int smf92fafg()SMF92FAFG value.- Returns:
- int SMF92FAFG value
 
- 
smf92faitpublic boolean smf92fait()Return true ifSMF92FAITbit insmf92fafg()is set.- Returns:
- boolean SMF92FAIT bit is set in smf92fafg()
 SMF92FAIT = 0x80 
 
- 
smf92fainpublic long smf92fain()SMF92FAIN value.- Returns:
- long SMF92FAIN value
 
- 
smf92fadnpublic long smf92fadn()SMF92FADN value.- Returns:
- long SMF92FADN value
 
- 
smf92fatipublic long smf92fati()SMF92FATI value.- Returns:
- long SMF92FATI value
 
- 
smf92fapnSMF92FAPN value.- Returns:
- String SMF92FAPN 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
 
 
-