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