public class ProcessorWriter extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Filter |
filter |
protected BufferedWriter |
output |
| Constructor and Description |
|---|
ProcessorWriter(BufferedWriter output,
Filter filter) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
void |
newLine() |
void |
writeLine(String line) |
protected BufferedWriter output
protected Filter filter
public ProcessorWriter(BufferedWriter output, Filter filter)
public void writeLine(String line) throws IOException
IOExceptionpublic void newLine()
throws IOException
IOExceptionpublic void flush()
throws IOException
IOExceptionpublic void close()
throws IOException
IOExceptionCopyright © 2002–2026 Code Lutin. All rights reserved.