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 class
CipherStorageProvider.CipherStorageOutputStream
private static class
MemoryStorageProvider.MemoryStorageOutputStream
private static class
TempFileStorageProvider.TempFileStorageOutputStream
private class
ThresholdStorageProvider.ThresholdStorageOutputStream
Fields in org.apache.james.mime4j.storage declared as StorageOutputStream Modifier and Type Field Description private StorageOutputStream
CipherStorageProvider.CipherStorageOutputStream. storageOut
private StorageOutputStream
ThresholdStorageProvider.ThresholdStorageOutputStream. tail
Methods in org.apache.james.mime4j.storage that return StorageOutputStream Modifier and Type Method Description StorageOutputStream
CipherStorageProvider. createStorageOutputStream()
StorageOutputStream
MemoryStorageProvider. createStorageOutputStream()
StorageOutputStream
StorageProvider. createStorageOutputStream()
Creates aStorageOutputStream
where data to be stored can be written to.StorageOutputStream
TempFileStorageProvider. createStorageOutputStream()
StorageOutputStream
ThresholdStorageProvider. 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)
-