Uses of Package
org.apache.james.mime4j.storage
Packages that use org.apache.james.mime4j.storage
-
Classes in org.apache.james.mime4j.storage used by org.apache.james.mime4j.samples.domClassDescriptionCan be used to read data that has been stored by a
StorageProvider.Factory for creating message bodies.Provides a strategy for storing the contents of anInputStreamor retrieving the content written to anOutputStream. -
Classes in org.apache.james.mime4j.storage used by org.apache.james.mime4j.storageClassDescriptionAbstract implementation of
StorageProviderthat implementsstore(InputStream)by copying the input stream to aStorageOutputStreamobtained fromcreateStorageOutputStream().A wrapper around anotherStoragethat also maintains a reference counter.Can be used to read data that has been stored by aStorageProvider.Binary body backed by aStorageThis class implements an output stream that can be used to create aStorageobject.Provides a strategy for storing the contents of anInputStreamor retrieving the content written to anOutputStream.Text body backed by aStorage.Text body backed by aString.