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(byte[] bytes,
int off,
int len)
read in class InputStreampublic int read()
read in class InputStreamCopyright © 2014–2019 OSGL (Open Source General Library). All rights reserved.