public final class EssSection extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
SMF6SJF
Constant: 0x80 = 128
|
Modifier and Type | Method and Description |
---|---|
static EssSection |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
int |
smf6ind()
SMF6IND value.
|
String |
smf6jdvt()
SMF6JDVT value.
|
int |
smf6ln5()
SMF6LN5 value.
|
int |
smf6rsv()
SMF6RSV value.
|
long |
smf6sgid()
SMF6SGID value.
|
boolean |
smf6sjf()
|
byte[] |
smf6tu()
SMF6TU data.
|
int |
smf6tul()
SMF6TUL value.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int SMF6SJF
public int smf6ln5()
public long smf6sgid()
public int smf6ind()
public boolean smf6sjf()
SMF6SJF = 0x80
public int smf6rsv()
public String smf6jdvt()
public int smf6tul()
public byte[] smf6tu()
public static EssSection 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.