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
|
Copyright © 2005–2022 The Apache Software Foundation. All rights reserved.