public class ProxyInputStream
extends java.io.FilterInputStream
FilterInputStream where the delegate can also be changed after construction.| Constructor and Description |
|---|
ProxyInputStream(java.io.InputStream delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
setDelegate(java.io.InputStream delegate) |