public class NullWriter
extends Writer
A Writer that eats its input.
| Modifiers | Name | Description |
|---|---|---|
static NullWriter |
DEFAULT |
Shared no-op writer instance. |
Shared no-op writer instance.
Closes this writer. No action is performed.
Flushes this writer. No action is performed.
Discards the supplied character data.
cbuf - the source bufferoff - the start offsetlen - the number of characters to discard