org.nuiton.processor
Class ProcessorWriter
java.lang.Object
org.nuiton.processor.ProcessorWriter
public class ProcessorWriter
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
output
protected BufferedWriter output
filter
protected Filter filter
ProcessorWriter
public ProcessorWriter(BufferedWriter output,
Filter filter)
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.