Interface UncheckedAppendable

All Superinterfaces:
Appendable

public interface UncheckedAppendable extends Appendable
An Appendable that throws UncheckedIOException instead of IOException.
Since:
2.12.0
See Also: