|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.Writer
java.io.PrintWriter
xdoclet.template.PrettyPrintWriter
public class PrettyPrintWriter
Extends the PrintWriter class by adding the possibility of emiting empty lines.
| Field Summary | |
|---|---|
static java.lang.String |
LINE_SEPARATOR
Convenience variable for printing and matching line separators in a system portable manner. |
static int |
LINE_SEPARATOR_LEN
|
| Fields inherited from class java.io.PrintWriter |
|---|
out |
| Fields inherited from class java.io.Writer |
|---|
lock |
| Constructor Summary | |
|---|---|
PrettyPrintWriter(java.io.OutputStream pOut)
Describe what the PrettyPrintWriter constructor does |
|
PrettyPrintWriter(java.io.Writer pOut)
Describe what the PrettyPrintWriter constructor does |
|
PrettyPrintWriter(java.io.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(java.lang.String pText,
int pOffset,
int pLength)
Describe what the method does |
protected void |
writeLine()
|
| Methods inherited from class java.io.PrintWriter |
|---|
append, append, append, checkError, clearError, flush, format, format, print, print, print, print, print, print, print, print, print, printf, printf, println, println, println, println, println, println, println, println, println, setError, write, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String LINE_SEPARATOR
public static final int LINE_SEPARATOR_LEN
| Constructor Detail |
|---|
public PrettyPrintWriter(java.io.OutputStream pOut)
public PrettyPrintWriter(java.io.Writer pOut)
public PrettyPrintWriter(java.io.Writer pOut,
boolean pAutoFlush)
| Method Detail |
|---|
public void close()
close in interface java.io.Closeableclose in class java.io.PrintWriter
public void write(char[] pBuffer,
int pOffset,
int pLength)
write in class java.io.PrintWriterpBuffer - Describe what the parameter doespOffset - Describe what the parameter doespLength - Describe what the parameter doespublic void write(int c)
write in class java.io.PrintWriter
public void write(java.lang.String pText,
int pOffset,
int pLength)
write in class java.io.PrintWriterpText - Describe what the parameter doespOffset - Describe what the parameter doespLength - Describe what the parameter doespublic void println()
println in class java.io.PrintWriterprotected void writeLine()
|
http://xdoclet.sourceforge.net/ | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||