You are currently viewing a snapshot of www.mozilla.org taken on April 21, 2008. Most of this content is highly out of date (some pages haven't been updated since the project began in 1998) and exists for historical purposes only. If there are any pages on this archive site that you think should be added back to www.mozilla.org, please file a bug.



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  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4