Package | Description |
---|---|
com.steadystate.css.util |
Modifier and Type | Method and Description |
---|---|
Output |
Output.flush()
Flushes the output.
|
Output |
Output.indent()
Indent the following.
|
Output |
Output.print(char aChar)
Write the char.
|
Output |
Output.print(String aString)
Write the String.
|
Output |
Output.println()
Start a newline.
|
Output |
Output.println(String aString)
Write the string on a new line.
|
Output |
Output.unindent()
Clear the indent.
|
Copyright © 1999–2022. All rights reserved.