Package org.apache.commons.io.output
Class UncheckedAppendableImpl
java.lang.Object
org.apache.commons.io.output.UncheckedAppendableImpl
- All Implemented Interfaces:
Appendable
,UncheckedAppendable
- Since:
- 2.12.0
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend
(char c) append
(CharSequence csq) append
(CharSequence csq, int start, int end) Appends perAppendable.append(CharSequence, int, int)
but rethrowsIOException
asUncheckedIOException
.toString()
-
Field Details
-
appendable
-
-
Constructor Details
-
UncheckedAppendableImpl
UncheckedAppendableImpl(Appendable appendable)
-
-
Method Details
-
append
Description copied from interface:UncheckedAppendable
- Specified by:
append
in interfaceAppendable
- Specified by:
append
in interfaceUncheckedAppendable
-
append
Description copied from interface:UncheckedAppendable
- Specified by:
append
in interfaceAppendable
- Specified by:
append
in interfaceUncheckedAppendable
-
append
Description copied from interface:UncheckedAppendable
Appends perAppendable.append(CharSequence, int, int)
but rethrowsIOException
asUncheckedIOException
.- Specified by:
append
in interfaceAppendable
- Specified by:
append
in interfaceUncheckedAppendable
-
toString
-