org.sblim.cimclient.internal.http.io
public class ChunkedOutputStream extends OutputStream
Constructor Summary | |
---|---|
ChunkedOutputStream(OutputStream pStream, int pBufferLength)
Ctor.
|
Parameters: pStream The stream to create this one upon pBufferLength The buffer length. When this value is exceeded a new chunk will be started.