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
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()
-