public final class ByteBufferInputStream extends InputStream
| Constructor and Description |
|---|
ByteBufferInputStream(ByteBuffer bb) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
int |
read() |
int |
read(byte[] bytes,
int offset,
int length) |
close, mark, markSupported, read, reset, skippublic ByteBufferInputStream(ByteBuffer bb)
public int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] bytes,
int offset,
int length)
throws IOException
read in class InputStreamIOExceptionpublic int available()
throws IOException
available in class InputStreamIOExceptionCopyright © 2018–2019. All rights reserved.