public final class HfsGlobalDataSection extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
R746GNBL
Constant: 0x40 = 64
|
static int |
R746GNGD
Constant: 0x20 = 32
|
static int |
R746GONR
Constant: 0x80 = 128
|
static int |
R746GPGD
Constant: 0x10 = 16
|
Modifier and Type | Method and Description |
---|---|
static HfsGlobalDataSection |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
double |
r746g1c()
R746G1C value.
|
double |
r746g1nc()
R746G1NC value.
|
long |
r746glrc()
R746GLRC value.
|
long |
r746glrs()
R746GLRS value.
|
double |
r746gmc()
R746GMC value.
|
double |
r746gmnc()
R746GMNC value.
|
long |
r746gmnf()
R746GMNF value.
|
long |
r746gmxv()
R746GMXV value.
|
boolean |
r746gnbl()
Return true if
R746GNBL bit in r746gsfl() is set. |
boolean |
r746gngd()
Return true if
R746GNGD bit in r746gsfl() is set. |
boolean |
r746gonr()
Return true if
R746GONR bit in r746gsfl() is set. |
boolean |
r746gpgd()
Return true if
R746GPGD bit in r746gsfl() is set. |
int |
r746gsfl()
R746GSFL value.
|
long |
r746gsrc()
R746GSRC value.
|
long |
r746gsrs()
R746GSRS value.
|
long |
r746gusf()
R746GUSF value.
|
long |
r746gusv()
R746GUSV value.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int R746GONR
public static final int R746GNBL
public static final int R746GNGD
public static final int R746GPGD
public long r746gmxv()
public long r746gusv()
public long r746gmnf()
public long r746gusf()
public double r746gmc()
public double r746gmnc()
public double r746g1c()
public double r746g1nc()
public long r746glrc()
public long r746glrs()
public long r746gsrc()
public long r746gsrs()
public int r746gsfl()
public boolean r746gonr()
R746GONR
bit in r746gsfl()
is set.R746GONR = 0x80
public boolean r746gnbl()
R746GNBL
bit in r746gsfl()
is set.R746GNBL = 0x40
public boolean r746gngd()
R746GNGD
bit in r746gsfl()
is set.R746GNGD = 0x20
public boolean r746gpgd()
R746GPGD
bit in r746gsfl()
is set.R746GPGD = 0x10
public static HfsGlobalDataSection 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.