Uses of Class
org.apache.james.mime4j.storage.StorageOutputStream
-
Packages that use StorageOutputStream Package Description org.apache.james.mime4j.storage -
-
Uses of StorageOutputStream in org.apache.james.mime4j.storage
Subclasses of StorageOutputStream in org.apache.james.mime4j.storage Modifier and Type Class Description private static classCipherStorageProvider.CipherStorageOutputStreamprivate static classMemoryStorageProvider.MemoryStorageOutputStreamprivate static classTempFileStorageProvider.TempFileStorageOutputStreamprivate classThresholdStorageProvider.ThresholdStorageOutputStreamFields in org.apache.james.mime4j.storage declared as StorageOutputStream Modifier and Type Field Description private StorageOutputStreamCipherStorageProvider.CipherStorageOutputStream. storageOutprivate StorageOutputStreamThresholdStorageProvider.ThresholdStorageOutputStream. tailMethods in org.apache.james.mime4j.storage that return StorageOutputStream Modifier and Type Method Description StorageOutputStreamCipherStorageProvider. createStorageOutputStream()StorageOutputStreamMemoryStorageProvider. createStorageOutputStream()StorageOutputStreamStorageProvider. createStorageOutputStream()Creates aStorageOutputStreamwhere data to be stored can be written to.StorageOutputStreamTempFileStorageProvider. createStorageOutputStream()StorageOutputStreamThresholdStorageProvider. createStorageOutputStream()Constructors in org.apache.james.mime4j.storage with parameters of type StorageOutputStream Constructor Description CipherStorageOutputStream(StorageOutputStream out, java.lang.String algorithm, javax.crypto.spec.SecretKeySpec skeySpec)
-