org.codehaus.groovy.control.io
Class NullWriter
java.lang.Object
java.io.Writer
org.codehaus.groovy.control.io.NullWriter
- public class NullWriter
- extends Writer
An Writer than eats its input.
- Version:
- $Id: NullWriter.java,v 1.1 2004/04/20 01:44:05 cpoirier Exp $
- Author:
- Chris Poirier
Method Summary |
void |
close()
|
void |
flush()
|
void |
write(char[] cbuf,
int off,
int len)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT
public static final NullWriter DEFAULT
NullWriter
public NullWriter()
close
public void close()
flush
public void flush()
write
public void write(char[] cbuf,
int off,
int len)
Copyright © 2003-2005 The Codehaus. All Rights Reserved.