public class NullWriter
extends java.io.Writer
Modifier and Type | Field | Description |
---|---|---|
static NullWriter |
DEFAULT |
Constructor | Description |
---|---|
NullWriter() |
Modifier and Type | Method | Description |
---|---|---|
void |
close() |
|
void |
flush() |
|
void |
write(char[] cbuf,
int off,
int len) |
public static final NullWriter DEFAULT