org.x4juli.global.spi
Class NullWriter

java.lang.Object
  extended byjava.io.Writer
      extended byorg.x4juli.global.spi.NullWriter

class NullWriter
extends java.io.Writer


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

Constructor Detail

NullWriter

NullWriter()
Method Detail

close

public void close()

flush

public void flush()

write

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


${license_html}