org.apache.axis.utils
public class TeeOutputStream extends OutputStream
| Constructor Summary | |
|---|---|
| TeeOutputStream(OutputStream left, OutputStream right) | |
| Method Summary | |
|---|---|
| void | close() |
| void | flush() |
| void | write(byte[] b) |
| void | write(byte[] b, int off, int len) |
| void | write(int b) |