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 rethrowsIOExceptionasUncheckedIOException.toString()
-
Field Details
-
appendable
-
-
Constructor Details
-
UncheckedAppendableImpl
UncheckedAppendableImpl(Appendable appendable)
-
-
Method Details
-
append
Description copied from interface:UncheckedAppendable- Specified by:
appendin interfaceAppendable- Specified by:
appendin interfaceUncheckedAppendable
-
append
Description copied from interface:UncheckedAppendable- Specified by:
appendin interfaceAppendable- Specified by:
appendin interfaceUncheckedAppendable
-
append
Description copied from interface:UncheckedAppendableAppends perAppendable.append(CharSequence, int, int)but rethrowsIOExceptionasUncheckedIOException.- Specified by:
appendin interfaceAppendable- Specified by:
appendin interfaceUncheckedAppendable
-
toString
-