org.apache.axis.transport.http
public class ChunkedOutputStream extends FilterOutputStream
| Constructor Summary | |
|---|---|
| ChunkedOutputStream(OutputStream os) | |
| Method Summary | |
|---|---|
| void | close() |
| void | eos() |
| void | write(int b) |
| void | write(byte[] b) |
| void | write(byte[] b, int off, int len) |