In this tutorial you will see how to get the limit position and capacity of a character buffer.
In this tutorial you will see how to get the limit position and capacity of a character buffer.In this tutorial you will see how to get the limit position and capacity of a character buffer. The given example illustrate the use of limit() method which returns the buffer's limit like wise capacity() and position() methods return capacity and position..
import java.nio.CharBuffer;
|
position = 0 Limit = 5 capacity = 5 |