com.agilejava.docbkx.maven
Class NullWriter
java.lang.Object
java.io.Writer
com.agilejava.docbkx.maven.NullWriter
- All Implemented Interfaces:
- Closeable, Flushable, Appendable
public class NullWriter
- extends Writer
DOCUMENT ME!
- Version:
- $Revision$
- Author:
- $author$
|
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.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullWriter
public NullWriter()
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-2012. All Rights Reserved.