Uses of Class
org.apache.james.mime4j.storage.StorageOutputStream
Packages that use StorageOutputStream
-
Uses of StorageOutputStream in org.apache.james.mime4j.storage
Subclasses of StorageOutputStream in org.apache.james.mime4j.storageModifier and TypeClassDescriptionprivate static final class
private static final class
private static final class
private final class
Fields in org.apache.james.mime4j.storage declared as StorageOutputStreamModifier and TypeFieldDescriptionprivate final StorageOutputStream
CipherStorageProvider.CipherStorageOutputStream.storageOut
private StorageOutputStream
ThresholdStorageProvider.ThresholdStorageOutputStream.tail
Methods in org.apache.james.mime4j.storage that return StorageOutputStreamModifier and TypeMethodDescriptionCipherStorageProvider.createStorageOutputStream()
MemoryStorageProvider.createStorageOutputStream()
StorageProvider.createStorageOutputStream()
Creates aStorageOutputStream
where data to be stored can be written to.TempFileStorageProvider.createStorageOutputStream()
ThresholdStorageProvider.createStorageOutputStream()
Constructors in org.apache.james.mime4j.storage with parameters of type StorageOutputStreamModifierConstructorDescriptionCipherStorageOutputStream
(StorageOutputStream out, String algorithm, SecretKeySpec skeySpec)