java.lang.Object
java.io.Writer
java.io.PrintWriter
org.dinopolis.util.debug.Debug.PrintReaderWriter
- Enclosing class:
- Debug
- class Debug.PrintReaderWriter
- extends java.io.PrintWriter
this class is a workaround to let Throwable.printStackTrace(PrintWriter)
write somewhere, where it can be reread line by line.
|
Field Summary |
(package private) char[] |
buf_
|
(package private) int |
pos_
|
| Methods inherited from class java.io.PrintWriter |
checkError, close, flush, print, print, print, print, print, print, print, print, print, println, println, println, println, println, println, println, println, println, setError, write, write, write, write, write |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
buf_
char[] buf_
pos_
int pos_
Debug.PrintReaderWriter
public Debug.PrintReaderWriter(int len)
println
public void println(char[] input)
- Description copied from class:
java.io.PrintWriter
- This method prints an array of characters to the stream. The actual
value printed depends on the system default encoding.
This method prints a line termination sequence after printing the value.
readln
public java.lang.String readln()
ready
public boolean ready()