public final class FileOpen extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
SMF92OCS
Constant: 0x20 = 32
|
static int |
SMF92ONF
Constant: 0x80 = 128
|
static int |
SMF92ONS
Constant: 0x40 = 64
|
Modifier and Type | Method and Description |
---|---|
static FileOpen |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
boolean |
smf92ocs()
Return true if
SMF92OCS bit in smf92ofg() is set. |
long |
smf92odn()
SMF92ODN value.
|
int |
smf92ofg()
SMF92OFG value.
|
long |
smf92oin()
SMF92OIN value.
|
boolean |
smf92onf()
Return true if
SMF92ONF bit in smf92ofg() is set. |
boolean |
smf92ons()
Return true if
SMF92ONS bit in smf92ofg() is set. |
long |
smf92otk()
SMF92OTK value.
|
ZonedDateTime |
smf92oto()
SMF92OTO STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).
|
BigInteger |
smf92otoRawValue()
SMF92OTO STCK value.
|
FileType |
smf92oty()
SMF92OTY value.
|
int |
smf92otyRawValue()
SMF92OTY raw value.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int SMF92ONF
public static final int SMF92ONS
public static final int SMF92OCS
public ZonedDateTime smf92oto()
Use smf92otoRawValue()
for a BigInteger containing the complete
STCK value.
ZonedDateTime
public BigInteger smf92otoRawValue()
public FileType smf92oty()
public int smf92otyRawValue()
public int smf92ofg()
public boolean smf92onf()
SMF92ONF
bit in smf92ofg()
is set.SMF92ONF = 0x80
public boolean smf92ons()
SMF92ONS
bit in smf92ofg()
is set.SMF92ONS = 0x40
public boolean smf92ocs()
SMF92OCS
bit in smf92ofg()
is set.SMF92OCS = 0x20
public long smf92otk()
public long smf92oin()
public long smf92odn()
public static FileOpen create(byte[] Data, int offset, int length)
Data
- Array of bytes containing data for this sectionoffset
- Offset of this section in the datalength
- length of the sectionCopyright © 2020 Black Hill Software Pty Ltd. All rights reserved.