Uses of Package
org.apache.james.mime4j.storage
-
Packages that use org.apache.james.mime4j.storage Package Description org.apache.james.mime4j.storage -
Classes in org.apache.james.mime4j.storage used by org.apache.james.mime4j.storage Class Description AbstractStorageProvider Abstract implementation ofStorageProvider
that implementsstore(InputStream)
by copying the input stream to aStorageOutputStream
obtained fromcreateStorageOutputStream()
.Storage Can be used to read data that has been stored by aStorageProvider
.StorageOutputStream This class implements an output stream that can be used to create aStorage
object.StorageProvider Provides a strategy for storing the contents of anInputStream
or retrieving the content written to anOutputStream
.