org.nuiton.processor
Class ProcessorWriter
java.lang.Object
org.nuiton.processor.ProcessorWriter
public class ProcessorWriter
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
output
protected java.io.BufferedWriter output
filter
protected Filter filter
ProcessorWriter
public ProcessorWriter(java.io.BufferedWriter output,
Filter filter)
writeLine
public void writeLine(java.lang.String line)
throws java.io.IOException
- Throws:
java.io.IOException
newLine
public void newLine()
throws java.io.IOException
- Throws:
java.io.IOException
flush
public void flush()
throws java.io.IOException
- Throws:
java.io.IOException
close
public void close()
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2002-2009 CodeLutin. All Rights Reserved.