Methods
| Modifier and Type |
Method and Description |
void |
_len(int location) |
CharBuf |
add(boolean b) |
CharBuf |
add(byte i) |
CharBuf |
add(byte[] chars) |
CharBuf |
add(byte[] bytes,
int start,
int end) |
CharBuf |
add(char ch) |
CharBuf |
add(char[] chars) |
CharBuf |
add(char[] chars,
int length) |
CharBuf |
add(CharSequence str) |
CharBuf |
add(double d) |
CharBuf |
add(float d) |
CharBuf |
add(int i) |
CharBuf |
add(long l) |
CharBuf |
add(Object str) |
CharBuf |
add(short i) |
CharBuf |
add(String str) |
void |
addAsUTF(byte[] value) |
CharBuf |
addBigDecimal(BigDecimal key) |
CharBuf |
addBigInteger(BigInteger key) |
CharBuf |
addBoolean(boolean b) |
CharBuf |
addByte(byte i) |
CharBuf |
addChar(byte i) |
CharBuf |
addChar(char ch) |
CharBuf |
addChar(int i) |
CharBuf |
addChar(short i) |
CharBuf |
addChars(char[] chars) |
CharBuf |
addDouble(double d) |
CharBuf |
addDouble(Double key) |
CharBuf |
addFloat(float d) |
CharBuf |
addFloat(Float key) |
CharSequence |
addHex(int decoded)
Turn a single bytes into two hex character representation.
|
CharBuf |
addInt(int i) |
CharBuf |
addInt(Integer key) |
CharBuf |
addJsonEscapedString(char[] charArray) |
CharBuf |
addJsonFieldName(char[] chars) |
CharBuf |
addJsonFieldName(String str) |
CharBuf |
addLine() |
CharBuf |
addLine(char[] chars) |
CharBuf |
addLine(CharSequence str) |
CharBuf |
addLine(Object str) |
CharBuf |
addLine(String str) |
CharBuf |
addLong(long l) |
CharBuf |
addLong(Long key) |
void |
addNull() |
CharBuf |
addObject(Object object) |
CharBuf |
addQuoted(char[] chars) |
CharBuf |
addQuoted(String str) |
CharBuf |
addShort(short i) |
CharBuf |
addString(String str) |
Writer |
append(CharSequence csq) |
CharBuf |
asJsonString(String jsonString) |
byte |
byteValue() |
char |
charAt(int index) |
void |
close() |
static CharBuf |
create(char[] buffer) |
static CharBuf |
create(int capacity) |
static CharBuf |
createExact(int capacity) |
static CharBuf |
createFromUTF8Bytes(byte[] buffer) |
CharBuf |
decodeJsonString(byte[] bytes,
int start,
int to) |
CharBuf |
decodeJsonString(char[] chars) |
CharBuf |
decodeJsonString(char[] chars,
int start,
int to) |
CharBuf |
decodeJsonStringAscii(byte[] bytes,
int start,
int to) |
double |
doubleValue() |
protected static int |
encodeNibbleToHexAsciiCharByte(int nibble)
Turns a single nibble into an ascii HEX digit.
|
void |
ensure(int i) |
boolean |
equals(Object o) |
float |
floatValue() |
void |
flush() |
int |
hashCode() |
CharBuf |
indent(int i) |
void |
init() |
int |
intValue() |
void |
jsonDate(long millis) |
int |
len() |
int |
length() |
long |
longValue() |
CharBuf |
multiply(char c,
int len) |
void |
println(Object object) |
void |
println(String message) |
void |
puts(Object... messages) |
char[] |
readForRecycle() |
void |
recycle() |
void |
removeLastChar() |
short |
shortValue() |
CharSequence |
subSequence(int start,
int end) |
char[] |
toCharArray() |
String |
toDebugString() |
Number |
toIntegerWrapper() |
String |
toString() |
String |
toStringAndRecycle() |
void |
write(char[] cbuf,
int off,
int len) |