- append
Buffer append(char s)
Undocumented in source. Be warned that the author may not have intended to support it.
- append
Buffer append(bool s)
Undocumented in source. Be warned that the author may not have intended to support it.
- append
Buffer append(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
- append
Buffer append(float f)
Undocumented in source. Be warned that the author may not have intended to support it.
- append
Buffer append(const(char)[] s)
Undocumented in source. Be warned that the author may not have intended to support it.
- append
Buffer append(const(char)[] s, int start, int end)
Undocumented in source. Be warned that the author may not have intended to support it.
- append
Buffer append(byte[] str, int offset, int len)
Warning: It's different from the previous one.
- append
Buffer append(Object obj)
Undocumented in source. Be warned that the author may not have intended to support it.
- appendString
Buffer appendString(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
- charAt
char charAt(int idx)
Undocumented in source. Be warned that the author may not have intended to support it.
- data
byte[] data()
Undocumented in source. Be warned that the author may not have intended to support it.
- deleteCharAt
Buffer deleteCharAt(int index)
Undocumented in source. Be warned that the author may not have intended to support it.
- insert
Buffer insert(int index, char c)
Undocumented in source. Be warned that the author may not have intended to support it.
- insert
Buffer insert(int index, long data)
Undocumented in source. Be warned that the author may not have intended to support it.
- lastIndexOf
int lastIndexOf(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
- length
int length()
Undocumented in source. Be warned that the author may not have intended to support it.
- replace
Buffer replace(int start, int end, string str)
Undocumented in source. Be warned that the author may not have intended to support it.
- reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.
- setCharAt
Buffer setCharAt(int index, char c)
Undocumented in source. Be warned that the author may not have intended to support it.
- setLength
void setLength(int newLength)
Undocumented in source. Be warned that the author may not have intended to support it.
- toJsonObject
JsonObject toJsonObject()
Undocumented in source. Be warned that the author may not have intended to support it.
- toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.