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

java.lang.Object
  extended byjava.io.Writer
      extended byorg.objectweb.util.monolog.wrapper.printwriter.EmptyWriter

public class EmptyWriter
extends java.io.Writer


Field Summary
 
Fields inherited from class java.io.Writer
lock
 
Constructor Summary
EmptyWriter()
           
 
Method Summary
 void close()
           
 void flush()
           
 void write(char[] cbuf)
           
 void write(char[] cbuf, int off, int len)
           
 void write(int c)
           
 void write(java.lang.String str)
           
 void write(java.lang.String str, int off, int len)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyWriter

public EmptyWriter()
Method Detail

close

public void close()

flush

public void flush()

write

public void write(char[] cbuf)

write

public void write(char[] cbuf,
                  int off,
                  int len)

write

public void write(int c)

write

public void write(java.lang.String str)

write

public void write(java.lang.String str,
                  int off,
                  int len)