Hilbert II - Version 0.03.01

org.qedeq.kernel.parser
Class TextOutput

java.lang.Object
  extended byorg.qedeq.kernel.parser.TextOutput

public final class TextOutput
extends Object

Wraps a text output stream.

Version:
$Revision: 1.1 $

Constructor Summary
TextOutput(PrintStream output)
          Constructor.
 
Method Summary
 void close()
          Close output.
 void print(Object object)
          Print object to output.
 void print(String text)
          Print text to output.
 void println()
          Print new line to output.
 void println(Object object)
          Print object and new line to output.
 void println(String line)
          Print text and new line to output.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextOutput

public TextOutput(PrintStream output)
Constructor.

Parameters:
output - Write to this output.
Method Detail

print

public void print(String text)
Print text to output. TODO mime 20061003: and to System.out

Parameters:
text - Append this.

print

public void print(Object object)
Print object to output. TODO mime 20061003: and to System.out

Parameters:
object - Append text representation of this.

println

public final void println(String line)
Print text and new line to output. TODO mime 20061003: and to System.out

Parameters:
line - Append this.

println

public final void println(Object object)
Print object and new line to output. TODO mime 20061003: and to System.out

Parameters:
object - Append text representation of this.

println

public final void println()
Print new line to output. TODO mime 20061003: and to System.out


close

public final void close()
Close output.


Hilbert II - Version 0.03.01

©left GNU General Public Licence
All Rights Reserved.