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
.
This package provides implementations of output classes, such as
OutputStream
and Writer
.-
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.This class is used to wrap a stream that includes an encoded
ByteOrderMark
as its first bytes.AnInputStream
that repeats provided bytes for given target byte count.Closed input stream.Closed reader.Proxy stream that prevents the underlying input stream from being closed.Proxy reader that prevents the underlying reader from being closed.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
.The XmlStreamReaderException is thrown by the XmlStreamReader constructors if the charset encoding can not be determined according to the XML 1.0 specification and RFC 3023. -
Classes in org.apache.commons.io.input used by org.apache.commons.io.outputClassDescriptionSimple alternative to JDK
PipedInputStream
; queue input stream provides what's written in queue output stream.