java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf92.FileOpen
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic FileOpen
create
(byte[] Data, int offset, int length) create is intended for internal use only.boolean
smf92ocs()
Return true ifSMF92OCS
bit insmf92ofg()
is set.long
smf92odn()
SMF92ODN value.int
smf92ofg()
SMF92OFG value.long
smf92oin()
SMF92OIN value.boolean
smf92onf()
Return true ifSMF92ONF
bit insmf92ofg()
is set.boolean
smf92ons()
Return true ifSMF92ONS
bit insmf92ofg()
is set.long
smf92otk()
SMF92OTK value.smf92oto()
SMF92OTO STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).SMF92OTO STCK value.smf92oty()
SMF92OTY value.int
SMF92OTY raw value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
SMF92ONF
public static final int SMF92ONFConstant: 0x80 = 128- See Also:
-
SMF92ONS
public static final int SMF92ONSConstant: 0x40 = 64- See Also:
-
SMF92OCS
public static final int SMF92OCSConstant: 0x20 = 32- See Also:
-
-
Method Details
-
smf92oto
SMF92OTO STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).Use
smf92otoRawValue()
for a BigInteger containing the complete STCK value.- Returns:
- DateTime SMF92OTO STCK converted to ZonedDateTime
- See Also:
-
smf92otoRawValue
SMF92OTO STCK value.- Returns:
- BigInteger SMF92OTO STCK value
-
smf92oty
SMF92OTY value.- Returns:
- FileType SMF92OTY value
-
smf92otyRawValue
public int smf92otyRawValue()SMF92OTY raw value.- Returns:
- int SMF92OTY raw value
-
smf92ofg
public int smf92ofg()SMF92OFG value.- Returns:
- int SMF92OFG value
-
smf92onf
public boolean smf92onf()Return true ifSMF92ONF
bit insmf92ofg()
is set.- Returns:
- boolean SMF92ONF bit is set in smf92ofg()
SMF92ONF = 0x80
-
smf92ons
public boolean smf92ons()Return true ifSMF92ONS
bit insmf92ofg()
is set.- Returns:
- boolean SMF92ONS bit is set in smf92ofg()
SMF92ONS = 0x40
-
smf92ocs
public boolean smf92ocs()Return true ifSMF92OCS
bit insmf92ofg()
is set.- Returns:
- boolean SMF92OCS bit is set in smf92ofg()
SMF92OCS = 0x20
-
smf92otk
public long smf92otk()SMF92OTK value.- Returns:
- long SMF92OTK value
-
smf92oin
public long smf92oin()SMF92OIN value.- Returns:
- long SMF92OIN value
-
smf92odn
public long smf92odn()SMF92ODN value.- Returns:
- long SMF92ODN 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
-