- capacity() - Method in class java.nio.Buffer
-
Returns this buffer's capacity.
- charAt(int) - Method in class java.nio.CharBuffer
-
Reads the character at the given index relative to the current
position.
- CharBuffer - Class in java.nio
-
a char buffer.
- clear() - Method in class java.nio.Buffer
-
Clears this buffer.
- compact() - Method in class java.nio.ByteBuffer
-
Compacts this buffer (optional operation).
- compact() - Method in class java.nio.CharBuffer
-
Compacts this buffer (optional operation).
- compact() - Method in class java.nio.DoubleBuffer
-
Compacts this buffer (optional operation).
- compact() - Method in class java.nio.FloatBuffer
-
Compacts this buffer (optional operation).
- compact() - Method in class java.nio.IntBuffer
-
Compacts this buffer (optional operation).
- compact() - Method in class java.nio.LongBuffer
-
Compacts this buffer (optional operation).
- compact() - Method in class java.nio.ShortBuffer
-
Compacts this buffer (optional operation).
- compareTo(ByteBuffer) - Method in class java.nio.ByteBuffer
-
Compares this buffer to another.
- compareTo(CharBuffer) - Method in class java.nio.CharBuffer
-
Compares this buffer to another.
- compareTo(DoubleBuffer) - Method in class java.nio.DoubleBuffer
-
Compares this buffer to another.
- compareTo(FloatBuffer) - Method in class java.nio.FloatBuffer
-
Compares this buffer to another.
- compareTo(IntBuffer) - Method in class java.nio.IntBuffer
-
Compares this buffer to another.
- compareTo(LongBuffer) - Method in class java.nio.LongBuffer
-
Compares this buffer to another.
- compareTo(ShortBuffer) - Method in class java.nio.ShortBuffer
-
Compares this buffer to another.