Uses of Class
org.apache.commons.io.input.ProxyReader
-
Packages that use ProxyReader Package Description org.apache.commons.io.input This package provides implementations of input classes, such asInputStreamandReader. -
-
Uses of ProxyReader in org.apache.commons.io.input
Subclasses of ProxyReader in org.apache.commons.io.input Modifier and Type Class Description classCloseShieldReaderProxy reader that prevents the underlying reader from being closed.classTaggedReaderA reader decorator that tags potential exceptions so that the reader that caused the exception can easily be identified.classTeeReaderReader proxy that transparently writes a copy of all characters read from the proxied reader to a given Reader.
-