![]() |
|
|
All Packages This Package Class Hierarchy Class Search Index Class grendel.storage.MailSummaryFileGrendeljava.lang.Object | +----grendel.storage.MailSummaryFile | +----grendel.storage.MailSummaryFileGrendel This class knows how to read and write a mail folder summary file. This is a different format than that used by any previous version of Mozilla; it's similar to the 2.0/3.0 format, and totally unlike the 4.0/5.0 format.
class MailSummaryFileGrendel
extends grendel.storage.MailSummaryFile
{
// Constructors 1
MailSummaryFileGrendel(BerkeleyFolder);
// Methods 7
protected synchronized void getMessageCounts();
synchronized long readSummaryFile(InputStream) throws IOException;
protected void salvageMessage(BerkeleyMessage, Object);
synchronized void updateSummaryFile() throws IOException;
boolean writable();
protected void writeSummaryData(OutputStream) throws IOException, SecurityException;
void writeSummaryFile() throws IOException;
}
Constructors MailSummaryFileGrendelMailSummaryFileGrendel(BerkeleyFolder folder) Methods readSummaryFilesynchronized long readSummaryFile(InputStream sum) throws IOException
salvageMessageprotected void salvageMessage(BerkeleyMessage m, Object salvage_object)
getMessageCountsprotected synchronized void getMessageCounts()
writableboolean writable()
writeSummaryFilevoid writeSummaryFile() throws IOException
writeSummaryDataprotected void writeSummaryData(OutputStream out) throws IOException, SecurityException updateSummaryFilesynchronized void updateSummaryFile() 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 The Mozilla Organization. | ||||||||