| Package | Description |
|---|---|
| org.apache.james.mime4j.samples.dom | |
| org.apache.james.mime4j.storage |
| Class and Description |
|---|
| Storage
Can be used to read data that has been stored by a
StorageProvider. |
| StorageBodyFactory
Factory for creating message bodies.
|
| StorageProvider
Provides a strategy for storing the contents of an
InputStream
or retrieving the content written to an OutputStream. |
| Class and Description |
|---|
| AbstractStorageProvider
Abstract implementation of
StorageProvider that implements
store(InputStream) by copying the
input stream to a StorageOutputStream obtained from
createStorageOutputStream(). |
| MultiReferenceStorage
A wrapper around another
Storage that also maintains a reference
counter. |
| Storage
Can be used to read data that has been stored by a
StorageProvider. |
| StorageBinaryBody
Binary body backed by a
Storage |
| StorageOutputStream
This class implements an output stream that can be used to create a
Storage object. |
| StorageProvider
Provides a strategy for storing the contents of an
InputStream
or retrieving the content written to an OutputStream. |
| StorageTextBody
Text body backed by a
Storage. |
| StringTextBody
Text body backed by a
String. |