Uses of Package
org.apache.commons.io.input
-
Packages that use org.apache.commons.io.input Package Description org.apache.commons.io.input This package provides implementations of input classes, such asInputStream
andReader
. -
Classes in org.apache.commons.io.input used by org.apache.commons.io.input Class Description BOMInputStream This class is used to wrap a stream that includes an encodedByteOrderMark
as its first bytes.ClosedInputStream Closed input stream.ObservableInputStream TheObservableInputStream
allows, that an InputStream may be consumed by other receivers, apart from the thread, which is reading it.ObservableInputStream.Observer ProxyInputStream 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.ReversedLinesFileReader.FilePart Tailer Simple implementation of the unix "tail -f" functionality.TailerListener Listener for events from aTailer
.XmlStreamReaderException 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.