public class ProxyOutputStream
extends java.io.FilterOutputStream
FilterOutputStream where the delegate can also be changed after construction.| Constructor and Description |
|---|
ProxyOutputStream(java.io.OutputStream delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
setDelegate(java.io.OutputStream delegate) |
void |
write(byte[] ba,
int off,
int len) |