Uses of Class
org.apache.james.mime4j.message.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 BodyFactory.binaryBody(java.io.InputStream is)
          Creates a BinaryBody that holds the content of the given input stream.
 BinaryBody BodyFactory.binaryBody(Storage storage)
          Creates a BinaryBody that holds the content of the given Storage.
 



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