|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Storage | |
---|---|
org.apache.james.mime4j.storage |
Uses of Storage in org.apache.james.mime4j.storage |
---|
Classes in org.apache.james.mime4j.storage that implement Storage | |
---|---|
class |
MultiReferenceStorage
A wrapper around another Storage that also maintains a reference
counter. |
Methods in org.apache.james.mime4j.storage that return Storage | |
---|---|
Storage |
AbstractStorageProvider.store(java.io.InputStream in)
This implementation creates a StorageOutputStream by calling
createStorageOutputStream()
and copies the content of the given input stream to that output stream. |
Storage |
StorageProvider.store(java.io.InputStream in)
Stores the contents of the given InputStream . |
Storage |
StorageOutputStream.toStorage()
Closes this output stream if it has not already been closed and returns a Storage object which contains the bytes that have been written to
this output stream. |
protected abstract Storage |
StorageOutputStream.toStorage0()
Has to be implemented by a concrete subclass to create a Storage
object from the bytes that have been written to this
StorageOutputStream . |
Methods in org.apache.james.mime4j.storage with parameters of type Storage | |
---|---|
BinaryBody |
StorageBodyFactory.binaryBody(Storage storage)
Creates a BinaryBody that holds the content of the given
Storage . |
TextBody |
StorageBodyFactory.textBody(Storage storage)
Creates a TextBody that holds the content of the given
Storage . |
TextBody |
StorageBodyFactory.textBody(Storage storage,
java.lang.String mimeCharset)
Creates a TextBody that holds the content of the given
Storage . |
Constructors in org.apache.james.mime4j.storage with parameters of type Storage | |
---|---|
MultiReferenceStorage(Storage storage)
Creates a new MultiReferenceStorage instance for the given
back-end. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |