Modifier and Type | Field and Description |
---|---|
static Writer |
DISCARD
A writer that ignores any data written to it.
|
Modifier and Type | Method and Description |
---|---|
static Writer |
fromAppendable(Appendable delegate)
Wraps an
Appendable as a Writer (if necessary). |
public static final Writer DISCARD
public static Writer fromAppendable(Appendable delegate)
Appendable
as a Writer
(if necessary).Copyright © 2018 Arno Unkrig. All rights reserved.