Closeable, Flushable, Appendable, AutoCloseablepublic class NullWriter extends 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