Uses of Package
org.apache.commons.io.input
Packages that use org.apache.commons.io.input
Package
Description
This package provides implementations of input classes, such as
InputStream
and Reader
.-
Classes in org.apache.commons.io.input used by org.apache.commons.io.inputClassDescriptionA filter reader that filters out characters where subclasses decide which characters to filter out.An
InputStream
that repeats provided bytes for given target byte count.Closed input stream.Closed reader.TheObservableInputStream
allows, that an InputStream may be consumed by other receivers, apart from the thread, which is reading it.Abstracts observer callback forObservableInputStream
s.A Proxy stream which acts as expected, that is it passes the method calls on to the proxied stream and doesn't change which methods are being called.A Proxy stream which acts as expected, that is it passes the method calls on to the proxied stream and doesn't change which methods are being called.Simple implementation of the unix "tail -f" functionality.Listener for events from aTailer
.