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