public final class StringBufferUTF8 extends ByteArrayBuffer implements AbstractStringBuffer
| Constructor and Description |
|---|
StringBufferUTF8() |
StringBufferUTF8(int capacity) |
| Modifier and Type | Method and Description |
|---|---|
void |
append(int codepoint) |
void |
appendOR(int cp1,
int cp2) |
void |
appendXOR(int cp1,
int cp2) |
Encodings.Encoding |
getEncoding() |
StringUTF8 |
materialize() |
add, get, set, toArrayclear, ensureCapacity, isEmpty, length, setLengthclone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclearpublic StringBufferUTF8()
public StringBufferUTF8(int capacity)
public Encodings.Encoding getEncoding()
getEncoding in interface AbstractStringBufferpublic void append(int codepoint)
append in interface AbstractStringBufferpublic void appendOR(int cp1,
int cp2)
appendOR in interface AbstractStringBufferpublic void appendXOR(int cp1,
int cp2)
appendXOR in interface AbstractStringBufferpublic StringUTF8 materialize()
materialize in interface AbstractStringBuffer