|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.email.MboxStorageWriter
public abstract class MboxStorageWriter
A base class for any mbox-based mail storage writer.
Constructor Summary | |
---|---|
MboxStorageWriter(OutputStream stream,
boolean leaveOpen)
|
Method Summary | |
---|---|
void |
dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
void |
flush()
|
InputStream |
getBaseStream()
|
abstract void |
writeMessage(MailMessage message)
Writes the message to underlying storage stream. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MboxStorageWriter(OutputStream stream, boolean leaveOpen)
Method Detail |
---|
public InputStream getBaseStream()
public abstract void writeMessage(MailMessage message)
Writes the message to underlying storage stream.
message
- The message to write to.public void dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
dispose
in interface com.aspose.email.ms.System.IDisposable
public void flush()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |