GNU Classpath (0.95) | |
Frames | No Frames |
Methods with parameter type java.nio.CharBuffer | |
int | Adds the character data supplied by this Readable
to the specified character buffer. |
Methods with parameter type java.nio.CharBuffer | |
CoderResult | |
CoderResult | |
ByteBuffer | |
ByteBuffer | |
CoderResult | |
CoderResult | |
CoderResult | |
CoderResult |
Methods with return type java.nio.CharBuffer | |
CharBuffer | |
CharBuffer |
Methods with parameter type java.nio.CharBuffer | |
int |
Methods with parameter type java.nio.CharBuffer | |
int | Compares two CharBuffer objects.
|
CharBuffer | Writes the content of the the CharBUFFER src
into the buffer. |
int |
Methods with return type java.nio.CharBuffer | |
CharBuffer | CharBuffer.allocate(int capacity) Allocates a new CharBuffer object with a given capacity.
|
CharBuffer | CharBuffer.append(char c) |
CharBuffer | |
CharBuffer | |
CharBuffer | Creates a view of this byte buffer as a char buffer.
|
CharBuffer | Creates a new read-only CharBuffer that shares this
buffer's content.
|
CharBuffer | Compacts this buffer.
|
CharBuffer | Creates a new CharBuffer that shares this buffer's
content.
|
CharBuffer | CharBuffer.get(char[] dst) This method transfers char s from this buffer into the given
destination array.
|
CharBuffer | CharBuffer.get(char[] dst, int offset, int length) This method transfers char s from this buffer into the given
destination array. |
CharBuffer | CharBuffer.put(char b) Writes the char at this buffer's current position,
and then increments the position.
|
CharBuffer | CharBuffer.put(char[] src) Writes the content of the the char array src
into the buffer.
|
CharBuffer | CharBuffer.put(char[] src, int offset, int length) Writes the content of the the char array src
into the buffer. |
CharBuffer | CharBuffer.put(int index, char b) Absolute put method.
|
CharBuffer | Relative put method.
|
CharBuffer | Relative put method.
|
CharBuffer | Writes the content of the the CharBUFFER src
into the buffer. |
CharBuffer | Creates a new CharBuffer whose content is a shared
subsequence of this buffer's content.
|
CharBuffer | CharBuffer.wrap(char[] array) Wraps a char array into a CharBuffer
object.
|
CharBuffer | CharBuffer.wrap(char[] array, int offset, int length) Wraps a char array into a CharBuffer
object.
|
CharBuffer | Wraps a character sequence into a CharBuffer object.
|
CharBuffer | Wraps a character sequence into a CharBuffer object.
|
GNU Classpath (0.95) |