|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
StorageProvider
that implements
store(InputStream)
by copying the
input stream to a StorageOutputStream
obtained from
createStorageOutputStream()
.BinaryBody
that holds the content of the given input
stream.
BinaryBody
that holds the content of the given
Storage
.
StorageProvider
that transparently scrambles and unscrambles the
data stored by another StorageProvider
.CipherStorageProvider
for the given back-end
using the Blowfish cipher algorithm.
CipherStorageProvider
for the given back-end
and cipher algorithm.
StorageOutputStream
where data to be stored can be
written to.
org.apache.james.mime4j.defaultStorageProvider
StorageProvider
instance to be configured on an
application level.Storage
object if the reference counter reaches zero.
Storage
as soon as possible.
Storage
object.
InputStream
that can be used to read the stored
data.
StorageProvider
instance.
StorageProvider
this BodyFactory
uses to create message bodies from input streams.
StorageProvider
that stores the data entirely in memory.MemoryStorageProvider
.
Storage
that also maintains a reference
counter.MultiReferenceStorage
instance for the given
back-end.
StorageProvider
instance.
StorageProvider
.BodyFactory
instance that uses the default
storage provider for creating message bodies from input streams.
BodyFactory
instance that uses the given
storage provider for creating message bodies from input streams.
Storage
object.InputStream
or retrieving the content written to an OutputStream
.StorageOutputStream
by calling
createStorageOutputStream()
and copies the content of the given input stream to that output stream.
InputStream
.
StorageProvider
that stores the data in temporary files.TempFileStorageProvider("m4j", null, null)
.
TempFileStorageProvider("m4j", null, directory)
.
TempFileStorageProvider
using the given
values.
TextBody
that holds the content of the given input
stream.
TextBody
that holds the content of the given input
stream.
TextBody
that holds the content of the given
Storage
.
TextBody
that holds the content of the given
Storage
.
TextBody
that holds the content of the given string.
TextBody
that holds the content of the given string.
StorageProvider
that keeps small amounts of data in memory and
writes the remainder to another StorageProvider
(the back-end)
if a certain threshold size gets exceeded.ThresholdStorageProvider
for the given
back-end using a threshold size of 2048 bytes.
ThresholdStorageProvider
for the given
back-end and threshold size.
Storage
object which contains the bytes that have been written to
this output stream.
Storage
object from the bytes that have been written to this
StorageOutputStream
.
StorageOutputStream
.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |