Package | Description |
---|---|
org.apache.james.mime4j.dom | |
org.apache.james.mime4j.internal | |
org.apache.james.mime4j.message | |
org.apache.james.mime4j.storage |
Modifier and Type | Method and Description |
---|---|
Message.Builder |
Message.Builder.setBody(BinaryBody binaryBody) |
Modifier and Type | Method and Description |
---|---|
AbstractEntityBuilder |
AbstractEntityBuilder.setBody(BinaryBody binaryBody)
Sets binaryBody of this message.
|
Modifier and Type | Method and Description |
---|---|
BinaryBody |
BasicBodyFactory.binaryBody(byte[] buf) |
BinaryBody |
BasicBodyFactory.binaryBody(InputStream is) |
BinaryBody |
BodyFactory.binaryBody(InputStream is)
Creates a
BinaryBody that holds the content of the given input
stream. |
BinaryBody |
BasicBodyFactory.binaryBody(String content,
Charset charset) |
BinaryBody |
SingleBodyBuilder.buildBinary() |
Modifier and Type | Method and Description |
---|---|
MessageBuilder |
MessageBuilder.setBody(BinaryBody binaryBody)
Deprecated.
|
BodyPartBuilder |
BodyPartBuilder.setBody(BinaryBody binaryBody) |
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–2023 The Apache Software Foundation. All rights reserved.