| Package | Description |
|---|---|
| jebl.evolution.io |
| Modifier and Type | Method and Description |
|---|---|
ByteBuilder |
ByteBuilder.append(char c)
Appends an ASCII character (see
isCharacterAscii(char)) to this ByteBuilder. |
ByteBuilder |
ByteBuilder.append(java.lang.CharSequence charSequence)
Appends an ASCII CharSequence to this ByteBuilder.
|
ByteBuilder |
ByteBuilder.append(java.lang.CharSequence csq,
int start,
int end) |
http://code.google.com/p/jebl2/