![]() |
All Packages This Package Class Hierarchy Class Search Index Class grendel.storage.ParseBerkeleyFolderAndExpungejava.lang.Object | +----grendel.storage.ParseBerkeleyFolder | +----grendel.storage.ParseBerkeleyFolderAndExpunge
class ParseBerkeleyFolderAndExpunge
extends grendel.storage.ParseBerkeleyFolder
{
// Fields 8
private static final boolean DEBUG;
protected byte[] blank_mozilla_status;
protected ByteBuf bytebuf;
protected byte[] bytes;
protected RandomAccessFile in;
protected byte[] linebreak;
Enumeration msgs;
protected RandomAccessFile out;
// Constructors 1
public ParseBerkeleyFolderAndExpunge();
// Methods 3
private void copyBytes(int, boolean) throws IOException;
synchronized void expungeDeletedMessages(BerkeleyFolder, RandomAccessFile, RandomAccessFile, Enumeration) throws IOException;
void recordOne(int, int, int, int, InternetHeaders) throws IOException;
}
Fields DEBUGprivate static final boolean DEBUG inprotected RandomAccessFile in outprotected RandomAccessFile out bytesprotected byte[] bytes bytebufprotected ByteBuf bytebuf blank_mozilla_statusprotected byte[] blank_mozilla_status linebreakprotected byte[] linebreak msgsEnumeration msgs
Constructors ParseBerkeleyFolderAndExpungepublic ParseBerkeleyFolderAndExpunge()
Methods expungeDeletedMessagessynchronized void expungeDeletedMessages(BerkeleyFolder f, RandomAccessFile in, RandomAccessFile out, Enumeration old_msgs) throws IOException recordOne
void recordOne(int envelope_start,
int message_start,
int headers_end,
int message_end,
InternetHeaders headers) throws IOException
copyBytes
private void copyBytes(int n,
boolean blank_line) throws IOException
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4 |
|
|
Copyright © 1998-2000 The Mozilla Organization.
Last modified December 25, 1998. |
|