public final class FileClose extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
SMF92CCS
Constant: 0x20 = 32
|
static int |
SMF92CDR
Constant: 0x08 = 8
|
static int |
SMF92CDW
Constant: 0x04 = 4
|
static int |
SMF92CFC
Constant: 0x10 = 16
|
static int |
SMF92CNF
Constant: 0x80 = 128
|
static int |
SMF92CNS
Constant: 0x40 = 64
|
Modifier and Type | Method and Description |
---|---|
static FileClose |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
long |
smf92cbr()
SMF92CBR value, throws exception if SMF92CBR overflows 64 bit signed integer.
|
BigInteger |
smf92cbrAsBigInteger()
SMF92CBR value as a BigInteger.
|
long |
smf92cbw()
SMF92CBW value, throws exception if SMF92CBW overflows 64 bit signed integer.
|
BigInteger |
smf92cbwAsBigInteger()
SMF92CBW value as a BigInteger.
|
boolean |
smf92ccs()
Return true if
SMF92CCS bit in smf92cfg() is set. |
long |
smf92cdi()
SMF92CDI value.
|
long |
smf92cdn()
SMF92CDN value.
|
boolean |
smf92cdr()
Return true if
SMF92CDR bit in smf92cfg() is set. |
boolean |
smf92cdw()
Return true if
SMF92CDW bit in smf92cfg() is set. |
boolean |
smf92cfc()
Return true if
SMF92CFC bit in smf92cfg() is set. |
int |
smf92cfg()
SMF92CFG value.
|
long |
smf92cin()
SMF92CIN value.
|
long |
smf92cir()
SMF92CIR value.
|
long |
smf92ciw()
SMF92CIW value.
|
boolean |
smf92cnf()
Return true if
SMF92CNF bit in smf92cfg() is set. |
boolean |
smf92cns()
Return true if
SMF92CNS bit in smf92cfg() is set. |
String |
smf92cpn()
SMF92CPN value.
|
long |
smf92csr()
SMF92CSR value.
|
long |
smf92csw()
SMF92CSW value.
|
ZonedDateTime |
smf92ctc()
SMF92CTC STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).
|
BigInteger |
smf92ctcRawValue()
SMF92CTC STCK value.
|
long |
smf92ctk()
SMF92CTK value.
|
ZonedDateTime |
smf92cto()
SMF92CTO STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).
|
BigInteger |
smf92ctoRawValue()
SMF92CTO STCK value.
|
FileType |
smf92cty()
SMF92CTY value.
|
int |
smf92ctyRawValue()
SMF92CTY raw value.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int SMF92CNF
public static final int SMF92CNS
public static final int SMF92CCS
public static final int SMF92CFC
public static final int SMF92CDR
public static final int SMF92CDW
public ZonedDateTime smf92cto()
Use smf92ctoRawValue()
for a BigInteger containing the complete
STCK value.
ZonedDateTime
public BigInteger smf92ctoRawValue()
public ZonedDateTime smf92ctc()
Use smf92ctcRawValue()
for a BigInteger containing the complete
STCK value.
ZonedDateTime
public BigInteger smf92ctcRawValue()
public FileType smf92cty()
public int smf92ctyRawValue()
public int smf92cfg()
public boolean smf92cnf()
SMF92CNF
bit in smf92cfg()
is set.SMF92CNF = 0x80
public boolean smf92cns()
SMF92CNS
bit in smf92cfg()
is set.SMF92CNS = 0x40
public boolean smf92ccs()
SMF92CCS
bit in smf92cfg()
is set.SMF92CCS = 0x20
public boolean smf92cfc()
SMF92CFC
bit in smf92cfg()
is set.SMF92CFC = 0x10
public boolean smf92cdr()
SMF92CDR
bit in smf92cfg()
is set.SMF92CDR = 0x08
public boolean smf92cdw()
SMF92CDW
bit in smf92cfg()
is set.SMF92CDW = 0x04
public long smf92ctk()
public long smf92cin()
public long smf92cdn()
public long smf92csr()
public long smf92csw()
public long smf92cdi()
public long smf92cir()
public long smf92ciw()
public long smf92cbr()
IllegalArgumentException
- If the value of SMF92CBR exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF92CBR).
Use smf92cbrAsBigInteger()
if this is possible.public BigInteger smf92cbrAsBigInteger()
smf92cbr()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf92cbw()
IllegalArgumentException
- If the value of SMF92CBW exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF92CBW).
Use smf92cbwAsBigInteger()
if this is possible.public BigInteger smf92cbwAsBigInteger()
smf92cbw()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public String smf92cpn()
public static FileClose 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.