Uses of Interface
org.apache.james.mime4j.storage.Storage
Packages that use Storage
-
Uses of Storage in org.apache.james.mime4j.storage
Classes in org.apache.james.mime4j.storage that implement StorageModifier and TypeClassDescriptionclassA wrapper around anotherStoragethat also maintains a reference counter.Methods in org.apache.james.mime4j.storage that return StorageModifier and TypeMethodDescriptionfinal StorageAbstractStorageProvider.store(InputStream in) This implementation creates aStorageOutputStreamby callingcreateStorageOutputStream()and copies the content of the given input stream to that output stream.StorageProvider.store(InputStream in) Stores the contents of the givenInputStream.final StorageStorageOutputStream.toStorage()Closes this output stream if it has not already been closed and returns aStorageobject which contains the bytes that have been written to this output stream.protected abstract StorageStorageOutputStream.toStorage0()Has to be implemented by a concrete subclass to create aStorageobject from the bytes that have been written to thisStorageOutputStream.Methods in org.apache.james.mime4j.storage with parameters of type StorageModifier and TypeMethodDescriptionStorageBodyFactory.binaryBody(Storage storage) Creates aBinaryBodythat holds the content of the givenStorage.Constructors in org.apache.james.mime4j.storage with parameters of type StorageModifierConstructorDescriptionMultiReferenceStorage(Storage storage) Creates a newMultiReferenceStorageinstance for the given back-end.