private static class CharBufferWrapper.ByteBufferInputStream
extends java.io.InputStream
| Modifier and Type | Field and Description |
|---|---|
private java.nio.ByteBuffer |
buf |
| Modifier | Constructor and Description |
|---|---|
private |
ByteBufferInputStream(java.nio.ByteBuffer buf) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(byte[] bytes,
int off,
int len) |