public final class FileAccess extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
SMF92FAIT
Constant: 0x80 = 128
|
Modifier and Type | Method and Description |
---|---|
static FileAccess |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
long |
smf92fadn()
SMF92FADN value.
|
int |
smf92fafg()
SMF92FAFG value.
|
FileType |
smf92faft()
SMF92FAFT value.
|
int |
smf92faftRawValue()
SMF92FAFT raw value.
|
long |
smf92fain()
SMF92FAIN value.
|
boolean |
smf92fait()
Return true if
SMF92FAIT bit in smf92fafg() is set. |
String |
smf92fapn()
SMF92FAPN value.
|
long |
smf92fati()
SMF92FATI value.
|
ZonedDateTime |
smf92fawt()
SMF92FAWT STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).
|
BigInteger |
smf92fawtRawValue()
SMF92FAWT STCK value.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int SMF92FAIT
public ZonedDateTime smf92fawt()
Use smf92fawtRawValue()
for a BigInteger containing the complete
STCK value.
ZonedDateTime
public BigInteger smf92fawtRawValue()
public FileType smf92faft()
public int smf92faftRawValue()
public int smf92fafg()
public boolean smf92fait()
SMF92FAIT
bit in smf92fafg()
is set.SMF92FAIT = 0x80
public long smf92fain()
public long smf92fadn()
public long smf92fati()
public String smf92fapn()
public static FileAccess 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.