public final class Appendables extends Object
Appendable interface.| Modifier and Type | Method and Description |
|---|---|
static Appendable |
from(Writer delegate)
Wraps a
Writer as an Appendable. |
static Writer |
writer(Appendable delegate)
Wraps an
Appendable as a Writer. |
public static Writer writer(Appendable delegate)
Appendable as a Writer.public static Appendable from(Writer delegate)
Writer as an Appendable.Copyright © 2018 Arno Unkrig. All rights reserved.