public class ProxyInputStream extends FilterInputStream
FilterInputStream
where the delegate can also be changed after construction.in
Constructor and Description |
---|
ProxyInputStream(InputStream delegate) |
Modifier and Type | Method and Description |
---|---|
void |
setDelegate(InputStream delegate) |
available, close, mark, markSupported, read, read, read, reset, skip
public ProxyInputStream(InputStream delegate)
public void setDelegate(InputStream delegate)
delegate
- The new delegateCopyright © 2018 Arno Unkrig. All rights reserved.