protected static class StreamByteBuffer.StreamByteBufferChunk extends Object
Constructor and description |
---|
StreamByteBufferChunk(int size) |
Type Params | Return Type | Name and description |
---|---|---|
|
public int |
bytesUnread() |
|
public int |
bytesUsed() |
|
public void |
read(byte[] b, int off, int len) |
|
public int |
read() |
|
public ByteBuffer |
readToNioBuffer() |
|
public void |
reset() |
|
public int |
spaceLeft() |
|
public boolean |
write(byte b) |
|
public void |
write(byte[] b, int off, int len) |
|
public void |
writeTo(OutputStream target) |