public final class StringBufferASCII extends ByteArrayBuffer implements AbstractStringBuffer
| Constructor and Description |
|---|
StringBufferASCII() |
StringBufferASCII(int capacity) |
| 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() |
StringASCII |
materialize() |
add, get, set, toArrayclear, ensureCapacity, isEmpty, length, setLengthclone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclearpublic StringBufferASCII()
public StringBufferASCII(int capacity)
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 StringASCII materialize()
materialize in interface AbstractStringBuffer