m17n ready to go

Yoshiki Ohshima Yoshiki.Ohshima at acm.org
Thu Jul 29 21:30:58 UTC 2004


  Hello,

> Same thing happens in ChangeList when trying to read a gzipped file.
> 
> 	zipped _ GZipReadStream on: (FileStream readOnlyFileNamed: fullName).
> 	unzipped _ ReadStream on: zipped contents asString.
> 	ChangeList browseStream: unzipped
> 
> FileStream readOnlyFileNamed: returns a MultiByteFileStream and
> GZipReadStream fails.

  Hmm.  I thought I fixed this.

  ZipArchiveMember>>contentStream does the right thing.  This code
above should follow this line of implementation.

-- Yoshiki




More information about the Squeak-dev mailing list