public class OEFileHeader extends OEBase
| Modifier and Type | Field and Description |
|---|---|
int |
fconditions
Pointer to the FolderConditions object
|
int |
fileInfoLength
Length of
FileInfo object |
int |
firstflnode
Pointer to the first FolderList node
|
int |
fm_use_space
Used space of the file (length of the first and the middle sector)
|
int |
lastflnode
Pointer to the last FolderList node
|
int |
lastmseg
Pointer to the last
Message segment |
int |
lastmsegspace
Used space of the last
Message segment |
int |
lasttentry
Index of the last entry in the
Tree |
int |
lasttseg
Pointer to the last
Tree segment |
int |
lasttsegspace
Used space of the last
Tree segment |
int |
lastvseg
Pointer to the last variable segment
|
int |
lastvsegspace
Used space of the last variable segment
|
int |
mconditions
Pointer to the MessageConditions object
|
int |
middle_reuse_space
Reusable space in the middle sector of the file
|
int |
middle_use_space
Used space in the middle sector of the file
|
int |
mseglength
Length of a
Message segment |
int |
rootnode
Pointer to the rootnode of the main
Tree |
int |
rootnodeEntries
Entries in the rootnode of the main
Tree |
int |
rootnodeVariant
Pointer to the rootnode of the variant
Tree |
int |
rootp_deletedm
Root pointer to the deleted
Message list |
int |
rootp_deletedt
Root pointer to the deleted
Tree list |
int |
tseglength
Length of a
Tree segment |
java.lang.String |
type
Type of file (MessageDB,FolderDB,OfflineDB)
|
int |
variantEntries
Entries in the rootnode of the variant
Tree (Watched or ignored MessageInfo objects) |
int |
vseglength
Length of a variable segment
|
| Constructor and Description |
|---|
OEFileHeader(byte[] data)
Constructor for an OEFileHeader.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkMagic(byte[] data)
Check the magic number sequences in the beginning of the file.
|
public java.lang.String type
public int fileInfoLength
FileInfo objectpublic int lastvseg
public int vseglength
public int lastvsegspace
public int lasttseg
Tree segmentpublic int tseglength
Tree segmentpublic int lasttsegspace
Tree segmentpublic int lastmseg
Message segmentpublic int mseglength
Message segmentpublic int lastmsegspace
Message segmentpublic int rootp_deletedm
Message listpublic int rootp_deletedt
Tree listpublic int middle_use_space
public int middle_reuse_space
public int lasttentry
Treepublic int firstflnode
public int lastflnode
public int fm_use_space
public int mconditions
public int fconditions
public int rootnodeEntries
Treepublic int variantEntries
Tree (Watched or ignored MessageInfo objects)public int rootnode
Treepublic int rootnodeVariant
Tree