org.nuiton.processor
Class ProcessorWriter

java.lang.Object
  extended by org.nuiton.processor.ProcessorWriter

public class ProcessorWriter
extends Object


Field Summary
protected  Filter filter
           
protected  BufferedWriter output
           
 
Constructor Summary
ProcessorWriter(BufferedWriter output, Filter filter)
           
 
Method Summary
 void close()
           
 void flush()
           
 void newLine()
           
 void writeLine(String line)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

output

protected BufferedWriter output

filter

protected Filter filter
Constructor Detail

ProcessorWriter

public ProcessorWriter(BufferedWriter output,
                       Filter filter)
Method Detail

writeLine

public void writeLine(String line)
               throws IOException
Throws:
IOException

newLine

public void newLine()
             throws IOException
Throws:
IOException

flush

public void flush()
           throws IOException
Throws:
IOException

close

public void close()
           throws IOException
Throws:
IOException


Copyright © 2002-2010 CodeLutin. All Rights Reserved.