public abstract class OEIndexedInfo extends OEBase
MessageInfo
and FolderInfo objects.| Modifier and Type | Class and Description |
|---|---|
protected class |
OEIndexedInfo.IndexValue |
| Modifier and Type | Field and Description |
|---|---|
int |
bodylength
Length of the following
IndexedInfo body |
int |
changes
Counts the changes made to this object
|
protected int |
datapos |
int |
entries
Entries in the following index field
|
protected OEIndexedInfo.IndexValue[] |
indices |
int |
objectlength
Length of this
IndexedInfo object |
| Constructor and Description |
|---|
OEIndexedInfo()
Constructor for Factory objects
|
OEIndexedInfo(byte[] data,
int i)
Constructor for an OEIndexedInfo object
|
| Modifier and Type | Method and Description |
|---|---|
abstract OEIndexedInfo |
create(byte[] data,
int i) |
public int bodylength
IndexedInfo bodypublic int objectlength
IndexedInfo objectpublic int entries
public int changes
protected int datapos
protected OEIndexedInfo.IndexValue[] indices
public OEIndexedInfo()
public OEIndexedInfo(byte[] data,
int i)
data - data to be readi - index to start frompublic abstract OEIndexedInfo create(byte[] data, int i)