|
Groovy 1.7.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.Writer
org.codehaus.groovy.control.io.NullWriter
class NullWriter extends Writer
An Writer than eats its input.
Field Summary | |
---|---|
static NullWriter |
DEFAULT
|
Constructor Summary | |
NullWriter()
|
Method Summary | |
---|---|
void
|
close()
|
void
|
flush()
|
void
|
write(char[] cbuf, int off, int len)
|
Methods inherited from class Writer | |
---|---|
append, append, append, append, append, append, write, write, write, write, write, close, flush, wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Methods inherited from class Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Field Detail |
---|
static final NullWriter DEFAULT
Constructor Detail |
---|
NullWriter()
Method Detail |
---|
public void close()
public void flush()
public void write(char[] cbuf, int off, int len)
Copyright © 2003-2009 The Codehaus. All rights reserved.