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