xdoclet.template
public class PrettyPrintWriter extends PrintWriter
Version: $Revision: 1.5 $
UNKNOWN: March 7, 2001
Field Summary | |
---|---|
static String | LINE_SEPARATOR
Convenience variable for printing and matching line separators in a system portable manner. |
static int | LINE_SEPARATOR_LEN |
Constructor Summary | |
---|---|
PrettyPrintWriter(OutputStream pOut)
Describe what the PrettyPrintWriter constructor does
| |
PrettyPrintWriter(Writer pOut)
Describe what the PrettyPrintWriter constructor does
| |
PrettyPrintWriter(Writer pOut, boolean pAutoFlush)
Describe what the PrettyPrintWriter constructor does
|
Method Summary | |
---|---|
void | close()
Closes the output stream and writes the last line. |
void | println() |
void | write(char[] pBuffer, int pOffset, int pLength)
Describe what the method does
|
void | write(int c) |
void | write(String pText, int pOffset, int pLength)
Describe what the method does
|
protected void | writeLine() |
Parameters: pBuffer Describe what the parameter does pOffset Describe what the parameter does pLength Describe what the parameter does
Parameters: pText Describe what the parameter does pOffset Describe what the parameter does pLength Describe what the parameter does