- <init>
Constructs a formatter which will replaces line separators by the given string.
- append
Writes a portion of a character sequence.
- getLineSeparator
Returns the line separator to be sent to the underlying appendable, or null if
EOL sequences are for
- setTabulationWidth
Sets the tabulation width, in unit of Unicode characters (code point count).
- getTabulationWidth
Returns the current tabulation width, in unit of Unicode characters (code point
count). The default
- setLineSeparator
Changes the line separator to be sent to the underlying appendable. This is the
string to insert in
- appendCodePoint
- appendSurrogate
- deleteSoftHyphen
Removes the soft hyphen characters from the given buffer. This is invoked when
the buffer is about t
- endOfLine
Writes pending non-white characters, discards trailing whitespaces, and resets
column position to ze
- getMaximalLineLength
Returns the maximal line length, in unit of Unicode characters (code point
count). The default value
- isTabulationExpanded
Returns true if this formatter expands tabulations into spaces. The default
value is false, which me