org.mortbay.io
Class IO.NullOS

java.lang.Object
  extended by java.io.OutputStream
      extended by org.mortbay.io.IO.NullOS
All Implemented Interfaces:
Closeable, Flushable
Enclosing class:
IO

private static class IO.NullOS
extends OutputStream


Constructor Summary
private IO.NullOS()
           
 
Method Summary
 void close()
           
 void flush()
           
 void write(byte[] b)
           
 void write(byte[] b, int i, int l)
           
 void write(int b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IO.NullOS

private IO.NullOS()
Method Detail

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