Uses of Class
org.apache.commons.io.input.ProxyReader
Packages that use ProxyReader
-
Uses of ProxyReader in org.apache.commons.io.input
Subclasses of ProxyReader in org.apache.commons.io.inputModifier and TypeClassDescriptionclassA reader that imposes a limit to the number of characters that can be read from an underlying reader, returning EOF when this limit is reached, regardless of state of underlying reader.classProxy reader that prevents the underlying reader from being closed.classA reader decorator that tags potential exceptions so that the reader that caused the exception can easily be identified.classReader proxy that transparently writes a copy of all characters read from the proxied reader to a given Reader.Methods in org.apache.commons.io.input that return ProxyReaderModifier and TypeMethodDescriptionProxyReader.setReference(Reader in) Sets the underlying reader.