public class IndentBuffer extends Object
Constructor | Description |
---|---|
IndentBuffer() |
Modifier and Type | Method | Description |
---|---|---|
void |
deindent() |
|
void |
indent() |
|
void |
newline() |
|
void |
setEol(String eol) |
|
void |
setIndentation(String indentation) |
|
String |
toString() |
|
void |
write(char s) |
|
void |
write(String s) |
Copyright © 2002–2018. All rights reserved.