FileDocCategorySizeDatePackage
BinaryBody.javaAPI DocAndroid 1.5 API1758Wed May 06 22:42:46 BST 2009org.apache.james.mime4j.message

BinaryBody

public interface BinaryBody implements Body
Interface implemented by bodies containing binary data.
version
$Id: BinaryBody.java,v 1.3 2004/10/02 12:41:11 ntherning Exp $

Fields Summary
Constructors Summary
Methods Summary
public java.io.InputStreamgetInputStream()
Gets a InputStream which reads the bytes of the body.

return
the stream.
throws
IOException on I/O errors.