long
and int
s to the buffer. Note: This class counts from 1, not 0.
It uses a StringBuffer behind the scenes.
To write a string with multiple lines, it is advisible to use the {@link #newline() newline()} function. Regular appending of strings withnewlines (\n) character should be safe though. Right appending of strings with such characters is not safe. @author Gordon Mohr
|
|
|
|