Package | Description |
---|---|
org.apache.commons.io.input |
This package provides implementations of input classes, such as
InputStream and Reader . |
Modifier and Type | Class and Description |
---|---|
class |
CloseShieldReader
Proxy stream that prevents the underlying reader from being closed.
|
class |
TaggedReader
A reader decorator that tags potential exceptions so that the reader that caused the exception can easily be
identified.
|
class |
TeeReader
Reader proxy that transparently writes a copy of all characters read from the proxied reader to a given Reader.
|
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.