I try to decompress a gzip file like that:

compressed := file readStream.
stream := (GZipReadStream on: compressed) upToEnd asByteArray readStream.

​but I have the following error:
Illegal leading byte for utf-8 encoding
​
-- 
Serge Stinckwich
UMI UMMISCO 209 (SU/IRD/UY1)
"Programs must be written for people to read, and only incidentally for
machines to execute."http://www.doesnotunderstand.org/

Reply via email to