| Package | Description |
|---|---|
| org.apache.commons.io.input |
Provides implementations of input classes, such as
InputStream and Reader. |
| Constructor and Description |
|---|
CountingInputStream(InputStream in,
ProxyInputStream.AbstractBuilder<?,?> builder)
Deprecated.
|
CountingInputStream(ProxyInputStream.AbstractBuilder<?,?> builder)
Deprecated.
|
ProxyInputStream(InputStream proxy,
ProxyInputStream.AbstractBuilder<?,?> builder)
Constructs a new ProxyInputStream.
|
ProxyInputStream(ProxyInputStream.AbstractBuilder<?,?> builder)
Constructs a new ProxyInputStream.
|