Interface UncheckedAppendable

All Superinterfaces:
Appendable
All Known Implementing Classes:
UncheckedAppendableImpl

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