Package | Description |
---|---|
org.apache.commons.io.output |
Provides implementations of output classes, such as
OutputStream and
Writer . |
Modifier and Type | Class and Description |
---|---|
class |
ProxyCollectionWriter
A Proxy stream collection which acts as expected, that is it passes the method calls on to the proxied streams and
doesn't change which methods are being called.
|
class |
TeeWriter
Classic splitter of
Writer . |
Modifier and Type | Method and Description |
---|---|
private FilterCollectionWriter |
FilterCollectionWriter.forAllWriters(IOConsumer<java.io.Writer> action) |