public interface BufferInfo
Modifier and Type | Method and Description |
---|---|
int |
available()
Returns available space in the buffer.
|
int |
capacity()
Returns total capacity of the buffer
|
int |
length()
Return length data stored in the buffer
|