public class ByteBufferInputStream extends InputStream
Constructor and Description |
---|
ByteBufferInputStream(ByteBuffer buf) |
Modifier and Type | Method and Description |
---|---|
int |
read() |
int |
read(byte[] bytes,
int off,
int len) |
available, close, mark, markSupported, read, reset, skip
public ByteBufferInputStream(ByteBuffer buf)
public int read() throws IOException
read
in class InputStream
IOException
public int read(byte[] bytes, int off, int len) throws IOException
read
in class InputStream
IOException
Apache CXF