org.apache.james.mime4j.message
public abstract class BinaryBody extends SingleBody
Modifier | Constructor and Description |
---|---|
protected |
BinaryBody()
Sole constructor.
|
Modifier and Type | Method and Description |
---|---|
abstract InputStream |
getInputStream()
Gets a
InputStream which reads the bytes of the body. |
public abstract InputStream getInputStream() throws IOException
InputStream
which reads the bytes of the body.IOException
- on I/O errors.Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.