ca.quine.jcommons.transform.graph.test
Class PrintWriterAdapter

java.lang.Object
  |
  +--ca.quine.jcommons.transform.graph.test.PrintWriterAdapter
All Implemented Interfaces:
IPrintStream

public class PrintWriterAdapter
extends Object
implements IPrintStream


Constructor Summary
PrintWriterAdapter(BufferedWriter writer)
           
 
Method Summary
 void print(String message)
           
 void println(String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintWriterAdapter

public PrintWriterAdapter(BufferedWriter writer)
Method Detail

println

public void println(String message)
             throws IOException
Specified by:
println in interface IPrintStream
IOException

print

public void print(String message)
           throws IOException
IOException