public final class StringBufferUTF16 extends CharArrayBuffer implements AbstractStringBuffer
buf| Constructor and Description |
|---|
StringBufferUTF16() |
StringBufferUTF16(int initialCapacity) |
| Modifier and Type | Method and Description |
|---|---|
void |
append(int codepoint) |
void |
appendOR(int c1,
int c2) |
void |
appendXOR(int c1,
int c2) |
Encodings.Encoding |
getEncoding() |
StringUTF16 |
materialize() |
add, get, getBuffer, set, toArrayclear, ensureCapacity, isEmpty, length, setLengthclone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclearpublic StringBufferUTF16()
public StringBufferUTF16(int initialCapacity)
public Encodings.Encoding getEncoding()
getEncoding in interface AbstractStringBufferpublic void append(int codepoint)
append in interface AbstractStringBufferpublic void appendOR(int c1,
int c2)
appendOR in interface AbstractStringBufferpublic void appendXOR(int c1,
int c2)
appendXOR in interface AbstractStringBufferpublic StringUTF16 materialize()
materialize in interface AbstractStringBuffer