org.objectweb.util.monolog.wrapper.printwriter
Class EmptyOutputStream

java.lang.Object
  extended byjava.io.OutputStream
      extended byorg.objectweb.util.monolog.wrapper.printwriter.EmptyOutputStream

public class EmptyOutputStream
extends java.io.OutputStream

Author:
S.Chassande-Barrioz

Constructor Summary
EmptyOutputStream()
           
 
Method Summary
 void write(int b)
           
 
Methods inherited from class java.io.OutputStream
close, flush, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyOutputStream

public EmptyOutputStream()
Method Detail

write

public void write(int b)
           throws java.io.IOException
Throws:
java.io.IOException