Uses of Class
org.apache.james.mime4j.dom.BinaryBody

Packages that use BinaryBody
org.apache.james.mime4j.message   
 

Uses of BinaryBody in org.apache.james.mime4j.message
 

Methods in org.apache.james.mime4j.message that return BinaryBody
 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)
           
 



Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.