StringBuffer

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(int cap)
Undocumented in source.
this
this(String content)
Undocumented in source.

Members

Aliases

TBuf
alias TBuf = tango.text.Text.Text!(char)
Undocumented in source.
TBuf
alias TBuf = std.outbuffer.OutBuffer
Undocumented in source.

Functions

append
StringBuffer append(char[] s)
Undocumented in source. Be warned that the author may not have intended to support it.
append
StringBuffer append(char[] s, int offset, int len)
Undocumented in source. Be warned that the author may not have intended to support it.
append
StringBuffer append(StringBuffer other)
Undocumented in source. Be warned that the author may not have intended to support it.
append
StringBuffer append(Object obj)
Undocumented in source. Be warned that the author may not have intended to support it.
append
StringBuffer append(char c)
Undocumented in source. Be warned that the author may not have intended to support it.
append
StringBuffer append(wchar c)
Undocumented in source. Be warned that the author may not have intended to support it.
append
StringBuffer append(dchar c)
Undocumented in source. Be warned that the author may not have intended to support it.
append
StringBuffer append(bool i)
Undocumented in source. Be warned that the author may not have intended to support it.
append
StringBuffer append(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
append
StringBuffer append(long i)
Undocumented in source. Be warned that the author may not have intended to support it.
charAt
char charAt(int index)
Undocumented in source. Be warned that the author may not have intended to support it.
delete_
void delete_(int start, int end)
Undocumented in source. Be warned that the author may not have intended to support it.
insert
StringBuffer insert(int offset, char[] str)
Undocumented in source. Be warned that the author may not have intended to support it.
insert
StringBuffer insert(int offset, int i)
Undocumented in source. Be warned that the author may not have intended to support it.
insert
StringBuffer insert(int offset, StringBuffer other)
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
StringBuffer replace(int start, int end, char[] str)
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.
slice
TryConst!(char)[] slice()
Undocumented in source. Be warned that the author may not have intended to support it.
subSequence
CharSequence subSequence(int start, int end)
Undocumented in source. Be warned that the author may not have intended to support it.
substring
String substring(int start, int end)
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.
truncate
void truncate(int start)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta