jbet
Class LineWriter.PrintStreamLineWriter

java.lang.Object
  extended by java.io.Writer
      extended by java.io.PrintWriter
          extended by jbet.LineWriter
              extended by jbet.LineWriter.PrintStreamLineWriter
All Implemented Interfaces:
java.io.Closeable, java.io.Flushable, java.lang.Appendable
Enclosing class:
LineWriter

public static class LineWriter.PrintStreamLineWriter
extends LineWriter


Nested Class Summary
 
Nested classes/interfaces inherited from class jbet.LineWriter
LineWriter.PrintStreamLineWriter
 
Field Summary
protected  java.io.PrintStream out
           
 
Fields inherited from class jbet.LineWriter
currline, ilevel, indentstring, startofline
 
Fields inherited from class java.io.Writer
lock
 
Method Summary
protected  void doclose()
           
protected  void doflush()
           
protected  void outline(java.lang.String s)
           
 
Methods inherited from class jbet.LineWriter
doindent, dowrite, in, indent, out
 
Methods inherited from class java.io.PrintWriter
append, append, append, append, append, append, append, append, append, checkError, clearError, close, flush, format, format, print, print, print, print, print, print, print, print, print, printf, printf, println, 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
 

Field Detail

out

protected java.io.PrintStream out
Method Detail

doflush

protected void doflush()
Specified by:
doflush in class LineWriter

doclose

protected void doclose()
Specified by:
doclose in class LineWriter

outline

protected void outline(java.lang.String s)
Specified by:
outline in class LineWriter