| Package | Description | 
|---|---|
| org.apache.commons.io.input | 
 
This package provides implementations of input classes, such as
 
InputStream and Reader. | 
| Class and Description | 
|---|
| ClosedInputStream
 Closed input stream. 
 | 
| ObservableInputStream
 The  
ObservableInputStream 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. 
 | 
| Tailer
 Simple implementation of the unix "tail -f" functionality. 
 | 
| TailerListener
 Listener for events from a  
Tailer. | 
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.