org.apache.james.mime4j.dom
Class BinaryBody

java.lang.Object
  extended by org.apache.james.mime4j.dom.SingleBody
      extended by org.apache.james.mime4j.dom.BinaryBody
All Implemented Interfaces:
Body, Disposable

public abstract class BinaryBody
extends SingleBody

A body containing binary data.


Constructor Summary
protected BinaryBody()
          Sole constructor.
 
Method Summary
 
Methods inherited from class org.apache.james.mime4j.dom.SingleBody
copy, dispose, getInputStream, getParent, setParent, writeTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinaryBody

protected BinaryBody()
Sole constructor.



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