java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf92.FileAccess
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic FileAccess
create
(byte[] Data, int offset, int length) create is intended for internal use only.long
SMF92FADN value.int
SMF92FAFG value.SMF92FAFT value.int
SMF92FAFT raw value.long
SMF92FAIN value.boolean
Return true ifSMF92FAIT
bit insmf92fafg()
is set.SMF92FAPN value.long
SMF92FATI value.SMF92FAWT STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).SMF92FAWT STCK value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
SMF92FAIT
public static final int SMF92FAITConstant: 0x80 = 128- See Also:
-
-
Method Details
-
smf92fawt
SMF92FAWT 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:
-
smf92fawtRawValue
SMF92FAWT STCK value.- Returns:
- BigInteger SMF92FAWT STCK value
-
smf92faft
SMF92FAFT value.- Returns:
- FileType SMF92FAFT value
-
smf92faftRawValue
public int smf92faftRawValue()SMF92FAFT raw value.- Returns:
- int SMF92FAFT raw value
-
smf92fafg
public int smf92fafg()SMF92FAFG value.- Returns:
- int SMF92FAFG value
-
smf92fait
public boolean smf92fait()Return true ifSMF92FAIT
bit insmf92fafg()
is set.- Returns:
- boolean SMF92FAIT bit is set in smf92fafg()
SMF92FAIT = 0x80
-
smf92fain
public long smf92fain()SMF92FAIN value.- Returns:
- long SMF92FAIN value
-
smf92fadn
public long smf92fadn()SMF92FADN value.- Returns:
- long SMF92FADN value
-
smf92fati
public long smf92fati()SMF92FATI value.- Returns:
- long SMF92FATI value
-
smf92fapn
SMF92FAPN value.- Returns:
- String SMF92FAPN 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
-