xdoclet.template
Class PrettyPrintWriter
PrintWriter
xdoclet.template.PrettyPrintWriter
public class PrettyPrintWriter
extends PrintWriter
LINE_SEPARATOR
public static final String LINE_SEPARATOR
LINE_SEPARATOR_LEN
public static final int LINE_SEPARATOR_LEN
PrettyPrintWriter
public PrettyPrintWriter(OutputStream pOut)
PrettyPrintWriter
public PrettyPrintWriter(Writer pOut)
PrettyPrintWriter
public PrettyPrintWriter(Writer pOut,
boolean pAutoFlush)
println
public void println()
write
public void write(String pText,
int pOffset,
int pLength)
write
public void write(int c)
write
public void write(pBuffer[] ,
int pOffset,
int pLength)
writeLine
protected void writeLine()