com.opensymphony.module.sitemesh.filter
Class RoutablePrintWriter.NullWriter
java.lang.Object
java.io.Writer
com.opensymphony.module.sitemesh.filter.RoutablePrintWriter.NullWriter
- Enclosing class:
- RoutablePrintWriter
- private static class RoutablePrintWriter.NullWriter
- extends Writer
Just to keep super constructor for PrintWriter happy - it's never actually used.
|
Method Summary |
void |
close()
|
void |
flush()
|
void |
write(char[] cbuf,
int off,
int len)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RoutablePrintWriter.NullWriter
protected RoutablePrintWriter.NullWriter()
write
public void write(char[] cbuf,
int off,
int len)
throws IOException
- Throws:
IOException
flush
public void flush()
throws IOException
- Throws:
IOException
close
public void close()
throws IOException
- Throws:
IOException