Uses of Package
org.apache.james.mime4j.storage
-
Packages that use org.apache.james.mime4j.storage Package Description org.apache.james.mime4j.samples.dom org.apache.james.mime4j.storage -
Classes in org.apache.james.mime4j.storage used by org.apache.james.mime4j.samples.dom Class Description Storage Can be used to read data that has been stored by aStorageProvider.StorageBodyFactory Factory for creating message bodies.StorageProvider 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.storage Class Description AbstractStorageProvider Abstract implementation ofStorageProviderthat implementsstore(InputStream)by copying the input stream to aStorageOutputStreamobtained fromcreateStorageOutputStream().MultiReferenceStorage A wrapper around anotherStoragethat also maintains a reference counter.Storage Can be used to read data that has been stored by aStorageProvider.StorageBinaryBody Binary body backed by aStorageStorageOutputStream This class implements an output stream that can be used to create aStorageobject.StorageProvider Provides a strategy for storing the contents of anInputStreamor retrieving the content written to anOutputStream.StorageTextBody Text body backed by aStorage.StringTextBody Text body backed by aString.