Uses of Interface
org.apache.commons.io.output.UncheckedAppendable
Packages that use UncheckedAppendable
-
Uses of UncheckedAppendable in org.apache.commons.io.output
Methods in org.apache.commons.io.output that return UncheckedAppendableModifier 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.