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
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 aBinaryBodythat 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.storage
Methods in org.apache.james.mime4j.storage that return BinaryBodyModifier and TypeMethodDescriptionStorageBodyFactory.binaryBody(InputStream is) Creates aBinaryBodythat holds the content of the given input stream.StorageBodyFactory.binaryBody(Storage storage) Creates aBinaryBodythat holds the content of the givenStorage.