org.mortbay.io
Class IO.NullWrite
java.lang.Object
java.io.Writer
org.mortbay.io.IO.NullWrite
- All Implemented Interfaces:
- Closeable, Flushable, Appendable
- Enclosing class:
- IO
private static class IO.NullWrite
- extends Writer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IO.NullWrite
private IO.NullWrite()
close
public void close()
- Specified by:
close
in interface Closeable
- Specified by:
close
in class Writer
flush
public void flush()
- Specified by:
flush
in interface Flushable
- Specified by:
flush
in class Writer
write
public void write(char[] b)
- Overrides:
write
in class Writer
write
public void write(char[] b,
int o,
int l)
- Specified by:
write
in class Writer
write
public void write(int b)
- Overrides:
write
in class Writer
write
public void write(String s)
- Overrides:
write
in class Writer
write
public void write(String s,
int o,
int l)
- Overrides:
write
in class Writer