|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.james.mime4j.message.SingleBody
org.apache.james.mime4j.message.BinaryBody
public abstract class BinaryBody
A body containing binary data.
| Constructor Summary | |
|---|---|
protected |
BinaryBody()
Sole constructor. |
| Method Summary | |
|---|---|
abstract java.io.InputStream |
getInputStream()
Gets a InputStream which reads the bytes of the body. |
| Methods inherited from class org.apache.james.mime4j.message.SingleBody |
|---|
copy, dispose, getParent, setParent, writeTo |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected BinaryBody()
| Method Detail |
|---|
public abstract java.io.InputStream getInputStream()
throws java.io.IOException
InputStream which reads the bytes of the body.
java.io.IOException - on I/O errors.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||