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.StorageProvider
java.io.IOException
public org.apache.james.mime4j.storage.StorageOutputStream createStorageOutputStream() throws java.io.IOException
createStorageOutputStream
in interface org.apache.james.mime4j.storage.StorageProvider
java.io.IOException
Copyright © 2021. All Rights Reserved.