public final class DictionaryEntry extends SmfData
Modifier and Type | Method and Description |
---|---|
int |
cmodconn()
CMODCONN value.
|
String |
cmodhead()
CMODHEAD value.
|
String |
cmodidnt()
CMODIDNT value.
|
int |
cmodleng()
CMODLENG value.
|
String |
cmodname()
CMODNAME value.
|
int |
cmodofst()
CMODOFST value.
|
String |
cmodtype()
CMODTYPE value.
|
static DictionaryEntry |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
String |
entryId()
Entry ID - 4 character combination of the type and identifier e.g.
|
boolean |
equals(Object obj)
Tests equality, returns true if data arrays contain the same data,
and objects are of the same type.
|
int |
hashCode() |
createSection, dump, dump, dump, dump, getBytes, getBytes, getDataArray, getTriplet, toString
public String cmodname()
public String cmodtype()
public String cmodidnt()
public String entryId()
public int cmodleng()
public int cmodconn()
public int cmodofst()
public String cmodhead()
public boolean equals(Object obj)
SmfData
equals
in class SmfData
Object.equals(java.lang.Object)
public static DictionaryEntry 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.