com.knowgate.debug
Class BufferedFileWriter

java.lang.Object
  extended by com.knowgate.debug.BufferedFileWriter

public class BufferedFileWriter
extends java.lang.Object


Constructor Summary
BufferedFileWriter()
           
 
Method Summary
 void close()
           
 void open(java.lang.String sFilePath)
           
 void writeln(java.lang.String lin)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BufferedFileWriter

public BufferedFileWriter()
Method Detail

open

public void open(java.lang.String sFilePath)
          throws java.io.FileNotFoundException,
                 java.io.IOException
Throws:
java.io.FileNotFoundException
java.io.IOException

close

public void close()
           throws java.io.IOException
Throws:
java.io.IOException

writeln

public void writeln(java.lang.String lin)
             throws java.io.IOException
Throws:
java.io.IOException