org.codehaus.janino.util
public class AutoIndentWriter extends FilterWriter
Constructor Summary | |
---|---|
AutoIndentWriter(Writer out) |
Method Summary | |
---|---|
void | indent() |
void | setPrefix(String prefix)
The prefix, if non-null, is printed between the indentation space and
the line data. |
void | unindent() |
void | write(int c) |
void | write(char[] cbuf, int off, int len) |
void | write(String str, int off, int len) |