public final class HfsFileSystemSection extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
R746FFSM
Constant: 0x20 = 32
|
static int |
R746FMTC
Constant: 0x40 = 64
|
static int |
R746FNHS
Constant: 0x80 = 128
|
Modifier and Type | Method and Description |
---|---|
static HfsFileSystemSection |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
double |
r746f1c()
R746F1C value.
|
double |
r746f1nc()
R746F1NC value.
|
ZonedDateTime |
r746fctm()
R746FCTM STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).
|
BigInteger |
r746fctmRawValue()
R746FCTM STCK value.
|
boolean |
r746ffsm()
Return true if
R746FFSM bit in r746fsfl() is set. |
double |
r746fij()
R746FIJ value.
|
double |
r746fint()
R746FINT value.
|
double |
r746firh()
R746FIRH value.
|
double |
r746firm()
R746FIRM value.
|
double |
r746fis()
R746FIS value.
|
double |
r746fiwh()
R746FIWH value.
|
double |
r746fiwm()
R746FIWM value.
|
double |
r746fmc()
R746FMC value.
|
double |
r746fmnc()
R746FMNC value.
|
boolean |
r746fmtc()
Return true if
R746FMTC bit in r746fsfl() is set. |
ZonedDateTime |
r746fmtm()
R746FMTM STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).
|
BigInteger |
r746fmtmRawValue()
R746FMTM STCK value.
|
boolean |
r746fnhs()
Return true if
R746FNHS bit in r746fsfl() is set. |
long |
r746fpc()
R746FPC value.
|
long |
r746fpd()
R746FPD value.
|
long |
r746fpf()
R746FPF value.
|
double |
r746frfi()
R746FRFI value.
|
long |
r746fsf()
R746FSF value.
|
double |
r746fsfi()
R746FSFI value.
|
int |
r746fsfl()
R746FSFL value.
|
int |
r746fsnl()
R746FSNL value.
|
String |
r746fsnm()
R746FSNM value.
|
long |
r746fsrc()
R746FSRC value.
|
long |
r746fsrs()
R746FSRS value.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int R746FNHS
public static final int R746FMTC
public static final int R746FFSM
public String r746fsnm()
public int r746fsnl()
public int r746fsfl()
public boolean r746fnhs()
R746FNHS
bit in r746fsfl()
is set.R746FNHS = 0x80
public boolean r746fmtc()
R746FMTC
bit in r746fsfl()
is set.R746FMTC = 0x40
public boolean r746ffsm()
R746FFSM
bit in r746fsfl()
is set.R746FFSM = 0x20
public ZonedDateTime r746fctm()
Use r746fctmRawValue()
for a BigInteger containing the complete
STCK value.
ZonedDateTime
public BigInteger r746fctmRawValue()
public ZonedDateTime r746fmtm()
Use r746fmtmRawValue()
for a BigInteger containing the complete
STCK value.
ZonedDateTime
public BigInteger r746fmtmRawValue()
public long r746fsf()
public long r746fpf()
public long r746fpd()
public long r746fpc()
public double r746fsfi()
public double r746frfi()
public double r746fmc()
public double r746fmnc()
public double r746f1c()
public double r746f1nc()
public double r746fint()
public double r746fis()
public double r746fij()
public double r746firh()
public double r746firm()
public double r746fiwh()
public double r746fiwm()
public long r746fsrc()
public long r746fsrs()
public static HfsFileSystemSection 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.