Uses of Interface
org.apache.commons.io.output.UncheckedAppendable
-
Uses of UncheckedAppendable in org.apache.commons.io.output
Modifier and TypeMethodDescriptionUncheckedAppendable.append
(char c) UncheckedAppendable.append
(CharSequence csq) UncheckedAppendable.append
(CharSequence csq, int start, int end) Appends perAppendable.append(CharSequence, int, int)
but rethrowsIOException
asUncheckedIOException
.static UncheckedAppendable
UncheckedAppendable.on
(Appendable appendable) Constructs a new instance on the given Appendable.