public class NullFilter extends Object implements OutputFilter
| Constructor and Description |
|---|
NullFilter()
Creates a new
NullFilter instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
addContent(String string)
Describe
addContent method here. |
void |
addRow(String... stringArray)
Describe
addRow method here. |
void |
close(String string)
Describe
close method here. |
void |
init(BufferedWriter bufferedWriter,
String string,
String string1)
Describe
init method here. |
void |
setColumnHeaders(String... stringArray)
Describe
setColumnHeaders method here. |
public void init(BufferedWriter bufferedWriter, String string, String string1) throws IOException
init method here.init in interface OutputFilterbufferedWriter - a BufferedWriter valuestring - a String valuestring1 - a String valueIOException - if an error occurspublic void close(String string) throws IOException
close method here.close in interface OutputFilterstring - a String valueIOException - if an error occurspublic void addContent(String string) throws IOException
addContent method here.addContent in interface OutputFilterstring - a String valueIOException - if an error occurspublic void setColumnHeaders(String... stringArray) throws IOException
setColumnHeaders method here.setColumnHeaders in interface OutputFilterstringArray - a String[] valueIOException - if an error occurspublic void addRow(String... stringArray) throws IOException
addRow method here.addRow in interface OutputFilterstringArray - a String[] valueIOException - if an error occursCopyright © 2005–2015 Tigase. All rights reserved.