public final class FileDeleteRename extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
SMF92DREN
Constant: 0x80 = 128
|
Modifier and Type | Method and Description |
---|---|
static FileDeleteRename |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
long |
smf92ddn()
SMF92DDN value.
|
int |
smf92dflg()
SMF92DFLG value.
|
String |
smf92dfn()
SMF92DFN value.
|
String |
smf92dfnr()
SMF92DFNR value.
|
String |
smf92dfs()
SMF92DFS value.
|
ZonedDateTime |
smf92dft()
SMF92DFT STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).
|
BigInteger |
smf92dftRawValue()
SMF92DFT STCK value.
|
long |
smf92din()
SMF92DIN value.
|
long |
smf92dinp()
SMF92DINP value.
|
int |
smf92dnl()
SMF92DNL value.
|
int |
smf92dnlr()
SMF92DNLR value.
|
boolean |
smf92dren()
Return true if
SMF92DREN bit in smf92dflg() is set. |
FileType |
smf92dty()
SMF92DTY value.
|
int |
smf92dtyRawValue()
SMF92DTY raw value.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int SMF92DREN
public ZonedDateTime smf92dft()
Use smf92dftRawValue()
for a BigInteger containing the complete
STCK value.
ZonedDateTime
public BigInteger smf92dftRawValue()
public FileType smf92dty()
public int smf92dtyRawValue()
public int smf92dflg()
public boolean smf92dren()
SMF92DREN
bit in smf92dflg()
is set.SMF92DREN = 0x80
public long smf92din()
public long smf92dinp()
public long smf92ddn()
public String smf92dfs()
public int smf92dnl()
public String smf92dfn()
public int smf92dnlr()
public String smf92dfnr()
public static FileDeleteRename 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.