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