com.agilejava.docbkx.maven
Class NullWriter

java.lang.Object
  extended by java.io.Writer
      extended by com.agilejava.docbkx.maven.NullWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable

public class NullWriter
extends Writer

DOCUMENT ME!

Version:
$Revision$
Author:
$author$

Field Summary
 
Fields inherited from class java.io.Writer
lock
 
Constructor Summary
NullWriter()
           
 
Method Summary
 void close()
          DOCUMENT ME!
 void flush()
          DOCUMENT ME!
 void write(char[] cbuf, int off, int len)
          DOCUMENT ME!
 
Methods inherited from class java.io.Writer
append, append, append, 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

public NullWriter()
Method Detail

close

public void close()
           throws IOException
DOCUMENT ME!

Specified by:
close in interface Closeable
Specified by:
close in class Writer
Throws:
IOException - DOCUMENT ME!

flush

public void flush()
           throws IOException
DOCUMENT ME!

Specified by:
flush in interface Flushable
Specified by:
flush in class Writer
Throws:
IOException - DOCUMENT ME!

write

public void write(char[] cbuf,
                  int off,
                  int len)
           throws IOException
DOCUMENT ME!

Specified by:
write in class Writer
Parameters:
cbuf - DOCUMENT ME!
off - DOCUMENT ME!
len - DOCUMENT ME!
Throws:
IOException - DOCUMENT ME!


Copyright © 2006-2013. All Rights Reserved.