All Packages This Package Class Hierarchy Class Search Index
Class grendel.storage.ParseBerkeleyFolderWithSummary
java.lang.Object | +----grendel.storage.ParseBerkeleyFolder | +----grendel.storage.ParseBerkeleyFolderWithSummary
class ParseBerkeleyFolderWithSummary extends grendel.storage.ParseBerkeleyFolder { // Constructors 1 public ParseBerkeleyFolderWithSummary(); // Methods 3 synchronized void mapOverMessages(RandomAccessFile, BerkeleyFolder) throws IOException; protected InputStream openSummaryFile(BerkeleyFolder); protected synchronized long readSummaryFile(BerkeleyFolder); }
Constructors
ParseBerkeleyFolderWithSummary
public ParseBerkeleyFolderWithSummary()
Default constructor
Methods
mapOverMessages
synchronized void mapOverMessages(RandomAccessFile infile, BerkeleyFolder f) throws IOException
- Overrides:
- mapOverMessages in class ParseBerkeleyFolder
readSummaryFile
protected synchronized long readSummaryFile(BerkeleyFolder f)
Reads opens the summary file, if any, associated with the folder, and if it is in the proper format and otherwise up to date, parses it (by calling MailSummaryFile.readSummaryFile().) Stores a MailSummaryFile into the folder. Returns the number of bytes which the summary file had summarized.
See Also: MailSummaryFileFactory, MailSummaryFile, MailSummaryFileCheddar, MailSummaryFileGrendel
openSummaryFile
protected InputStream openSummaryFile(BerkeleyFolder folder)
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4