Uses of Interface
org.apache.james.mime4j.storage.Storage
Packages that use Storage
-
Uses of Storage in org.apache.james.mime4j.samples.dom
Methods in org.apache.james.mime4j.samples.dom that return StorageModifier and TypeMethodDescriptionprivate static StorageMultipartMessage.storeImage(StorageProvider storageProvider, BufferedImage image, String formatName) Stores the specified image in a Storage object. -
Uses of Storage in org.apache.james.mime4j.storage
Classes in org.apache.james.mime4j.storage that implement StorageModifier and TypeClassDescriptionprivate static final class(package private) static final classclassA wrapper around anotherStoragethat also maintains a reference counter.private static final classprivate static final classFields in org.apache.james.mime4j.storage declared as StorageModifier and TypeFieldDescriptionprivate StorageCipherStorageProvider.CipherStorage.encryptedprivate final StorageMultiReferenceStorage.storageprivate StorageThresholdStorageProvider.ThresholdStorage.tailMethods 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 StorageCipherStorageProvider.CipherStorageOutputStream.toStorage0()protected StorageMemoryStorageProvider.MemoryStorageOutputStream.toStorage0()protected abstract StorageStorageOutputStream.toStorage0()Has to be implemented by a concrete subclass to create aStorageobject from the bytes that have been written to thisStorageOutputStream.protected StorageTempFileStorageProvider.TempFileStorageOutputStream.toStorage0()protected StorageThresholdStorageProvider.ThresholdStorageOutputStream.toStorage0()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 StorageModifierConstructorDescriptionCipherStorage(Storage encrypted, String algorithm, SecretKeySpec skeySpec) MultiReferenceStorage(Storage storage) Creates a newMultiReferenceStorageinstance for the given back-end.ThresholdStorage(byte[] head, int headLen, Storage tail)