|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CharBuffer | |
---|---|
org.ajax4jsf.io | Implementation of I/O streams based on buffers |
Uses of CharBuffer in org.ajax4jsf.io |
---|
Methods in org.ajax4jsf.io that return CharBuffer | |
---|---|
CharBuffer |
CharBuffer.append(char c)
Appends character to array chars if there are unfilled positions in it. |
CharBuffer |
CharBuffer.append(char[] cs,
int off,
int len)
Appends segment of a char array to array if there are unfilled positions in it. |
CharBuffer |
FastBufferWriter.getFirstBuffer()
Returns the first link of the chain of char arrays. |
CharBuffer |
CharBuffer.getNext()
Returns the next link in the chain. |
CharBuffer |
CharBuffer.getPrevious()
Returns the previous link in the chain. |
CharBuffer |
ByteBuffer.toCharBuffer()
Transforms this instance to instance of CharBuffer (a link of chain of char arrays). |
CharBuffer |
ByteBuffer.toCharBuffer(java.lang.String encoding)
Transforms this instance to instance of CharBuffer (a link of chain of char arrays). |
Methods in org.ajax4jsf.io with parameters of type CharBuffer | |
---|---|
void |
CharBuffer.setNext(CharBuffer b)
Sets the next link in the chain. |
Constructors in org.ajax4jsf.io with parameters of type CharBuffer | |
---|---|
FastBufferWriter(CharBuffer firstBuffer)
Creates instance for an already existing chain of char arrays. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |