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, skippublic ByteBufferInputStream(ByteBuffer buf)
public int read() throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] bytes, int off, int len) throws IOException
read in class InputStreamIOExceptioncache2k API documentation. Copyright © 2000–2015 headissue GmbH, Munich.