org.sblim.cimclient.internal.http.io

Class ChunkedOutputStream

public class ChunkedOutputStream extends OutputStream

Class ChunkedOutputStream implements an output stream for chunked messages
Constructor Summary
ChunkedOutputStream(OutputStream pStream, int pBufferLength)
Ctor.

Constructor Detail

ChunkedOutputStream

public 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.

Copyright © 2005, 2010 IBM Corporation. All Rights Reserved.