| Package | Description |
|---|---|
| org.apache.james.mime4j.message | |
| org.apache.james.mime4j.storage |
| Modifier and Type | Method and Description |
|---|---|
BinaryBody |
BasicBodyFactory.binaryBody(byte[] buf) |
BinaryBody |
BodyFactory.binaryBody(InputStream is)
Creates a
BinaryBody that holds the content of the given input
stream. |
BinaryBody |
BasicBodyFactory.binaryBody(InputStream is) |
| Modifier and Type | Method and Description |
|---|---|
BinaryBody |
StorageBodyFactory.binaryBody(InputStream is)
Creates a
BinaryBody that holds the content of the given input
stream. |
BinaryBody |
StorageBodyFactory.binaryBody(Storage storage)
Creates a
BinaryBody that holds the content of the given
Storage. |
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.