org.sblim.cimclient.internal.http.io
public class ChunkedOutputStream extends OutputStream
| Constructor Summary | |
|---|---|
| ChunkedOutputStream(OutputStream pStream, int pBufferLength)
Ctor.
| |
| Method Summary | |
|---|---|
| void | close() |
| void | flush() |
| void | write(byte[] source, int offset, int len) |
| void | write(int i) |
Parameters: pStream The stream to create this one upon pBufferLength The buffer length. When this value is exceeded a new chunk will be started.