[Cuis] WebClient and WebChunkedStream

H. Hirzel hannes.hirzel at gmail.com
Tue Feb 5 10:01:50 CST 2013


Hello

In the WebClient package there is a class WebChunkedStream.
It is a subclass of ReadStream

The comment says
   "Can process chunked data."

Instance variables
   sourceStream and
   chunkSize

It only has 6 instance methods.

The comment of
#nextChunk

	"Answer the next chunk from a message using chunked transfer encoding."


Looking at the code seems that Unicode conversion does not play a role here.

However
   What is   "chunked transfer encoding"?


Regards
Hannes




More information about the Cuis mailing list