Uses of Class
org.apache.james.mime4j.dom.BinaryBody
Packages that use BinaryBody
Package
Description
-
Uses of BinaryBody in org.apache.james.mime4j.dom
Methods in org.apache.james.mime4j.dom with parameters of type BinaryBody -
Uses of BinaryBody in org.apache.james.mime4j.internal
Methods in org.apache.james.mime4j.internal with parameters of type BinaryBodyModifier and TypeMethodDescriptionAbstractEntityBuilder.setBody
(BinaryBody binaryBody) Sets binaryBody of this message. -
Uses of BinaryBody in org.apache.james.mime4j.message
Subclasses of BinaryBody in org.apache.james.mime4j.messageModifier and TypeClassDescription(package private) static class
(package private) static class
(package private) static class
Methods in org.apache.james.mime4j.message that return BinaryBodyModifier and TypeMethodDescriptionBasicBodyFactory.binaryBody
(byte[] buf) BasicBodyFactory.binaryBody
(InputStream is) BasicBodyFactory.binaryBody
(String content, Charset charset) BodyFactory.binaryBody
(InputStream is) Creates aBinaryBody
that holds the content of the given input stream.SingleBodyBuilder.buildBinary()
Methods in org.apache.james.mime4j.message with parameters of type BinaryBodyModifier and TypeMethodDescriptionBodyPartBuilder.setBody
(BinaryBody binaryBody) MessageBuilder.setBody
(BinaryBody binaryBody) Deprecated. -
Uses of BinaryBody in org.apache.james.mime4j.samples.dom
Methods in org.apache.james.mime4j.samples.dom that return BinaryBodyModifier and TypeMethodDescriptionprivate static BinaryBody
MultipartMessage.createImageBody
(StorageBodyFactory bodyFactory, BufferedImage image) Creates a binary part from the specified image. -
Uses of BinaryBody in org.apache.james.mime4j.storage
Subclasses of BinaryBody in org.apache.james.mime4j.storageMethods in org.apache.james.mime4j.storage that return BinaryBodyModifier and TypeMethodDescriptionStorageBodyFactory.binaryBody
(InputStream is) Creates aBinaryBody
that holds the content of the given input stream.StorageBodyFactory.binaryBody
(Storage storage) Creates aBinaryBody
that holds the content of the givenStorage
.