On Tue, 03 Nov 2009 20:05:17 -0500, Zane wrote:

> If I am to receive
> these in arbitrarily sized chunks for concatenation, I don't see a
> sensible way of constructing a loop.  Example?
> 
> Zane

You can use the number of bytes read to determine and use string slicing 
to concatenation into the final array.

Reply via email to