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 classprivate static final classprivate static final classprivate final classFields in org.apache.james.mime4j.storage declared as StorageOutputStreamModifier and TypeFieldDescriptionprivate final StorageOutputStreamCipherStorageProvider.CipherStorageOutputStream.storageOutprivate StorageOutputStreamThresholdStorageProvider.ThresholdStorageOutputStream.tailMethods in org.apache.james.mime4j.storage that return StorageOutputStreamModifier and TypeMethodDescriptionCipherStorageProvider.createStorageOutputStream()MemoryStorageProvider.createStorageOutputStream()StorageProvider.createStorageOutputStream()Creates aStorageOutputStreamwhere 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)