public class Utf8CharBuffer extends Utf8Appendable
Utf8Appendable.NotUtf8Exception_appendable, _state, LOG, REPLACEMENT, REPLACEMENT_UTF8| Modifier and Type | Method | Description |
|---|---|---|
void |
append(char[] cbuf,
int offset,
int size) |
|
void |
append(int c) |
|
void |
clear() |
|
java.nio.ByteBuffer |
getByteBuffer() |
|
java.lang.String |
getPartialString() |
|
int |
length() |
|
int |
remaining() |
|
void |
reset() |
|
java.lang.String |
toString() |
|
static Utf8CharBuffer |
wrap(java.nio.ByteBuffer buffer) |
Convenience method to wrap a ByteBuffer with a
Utf8CharBuffer |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitappend, append, append, append, append, append, append, append, appendByte, checkState, isUtf8SequenceComplete, takePartialString, toReplacedStringpublic static Utf8CharBuffer wrap(java.nio.ByteBuffer buffer)
Utf8CharBufferbuffer - the buffer to wrappublic void append(char[] cbuf,
int offset,
int size)
public void append(int c)
public void reset()
reset in class Utf8Appendablepublic void clear()
public java.nio.ByteBuffer getByteBuffer()
public int length()
length in class Utf8Appendablepublic int remaining()
public java.lang.String getPartialString()
getPartialString in class Utf8Appendablepublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 1995–2018 Webtide. All rights reserved.