On Sun, Jan 18, 2004 at 06:56:40PM +0100, Jakub Jermak wrote: > I'd like to use once created object of StringSource class several times > to handle Gzip filter. But after I create it and first read the output > by Get() method, it stops with 'Aborted' error when I do Put() with > another portion of data.
If you want to use Put(), then don't use StringSource. Just use Gzip directly, and use Put() to input the first string.
