public class DiscardBodyStorageProvider
extends java.lang.Object
implements org.apache.james.mime4j.storage.StorageProvider
| Modifier and Type | Class and Description |
|---|---|
static class |
DiscardBodyStorageProvider.DiscardedStorage |
| Constructor and Description |
|---|
DiscardBodyStorageProvider() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.james.mime4j.storage.StorageOutputStream |
createStorageOutputStream() |
DiscardBodyStorageProvider.DiscardedStorage |
store(java.io.InputStream in) |
public DiscardBodyStorageProvider.DiscardedStorage store(java.io.InputStream in) throws java.io.IOException
store in interface org.apache.james.mime4j.storage.StorageProviderjava.io.IOExceptionpublic org.apache.james.mime4j.storage.StorageOutputStream createStorageOutputStream()
throws java.io.IOException
createStorageOutputStream in interface org.apache.james.mime4j.storage.StorageProviderjava.io.IOExceptionCopyright © 2024. All Rights Reserved.