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

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

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(java.io.InputStream is)
          Creates a BinaryBody that holds the content of the given input stream.
 BinaryBody BasicBodyFactory.binaryBody(java.io.InputStream is)
           
 

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

Methods in org.apache.james.mime4j.storage that return BinaryBody
 BinaryBody StorageBodyFactory.binaryBody(java.io.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-2012 The Apache Software Foundation. All Rights Reserved.