public class ByteStream
extends java.lang.Object
| Constructor and Description |
|---|
ByteStream(ByteBuffer buffer,
int increment) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
byte |
get() |
int |
getReadSize() |
void |
put(byte b) |
void |
put(byte[] b) |
public ByteStream(ByteBuffer buffer, int increment)