Package | Description |
---|---|
org.apache.commons.io.output |
Provides implementations of output classes, such as
OutputStream and
Writer . |
Modifier and Type | Method and Description |
---|---|
UncheckedAppendable |
UncheckedAppendable.append(char c)
|
UncheckedAppendable |
UncheckedAppendable.append(CharSequence csq)
|
UncheckedAppendable |
UncheckedAppendable.append(CharSequence csq,
int start,
int end)
Appends per
Appendable.append(CharSequence, int, int) but rethrows IOException as
UncheckedIOException . |
static UncheckedAppendable |
UncheckedAppendable.on(Appendable appendable)
Creates a new instance on the given Appendable.
|
Copyright © 2002–2023 The Apache Software Foundation. All rights reserved.