<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p><font size="4">And for the record, the counter part to read back:</font></p>
<pre><font size="4">restoreFromCompressedFile: aFileEntry
^ aFileEntry readStreamDo: [ :fileStream | | uncompressed |
uncompressed := (GZipReadStream on: fileStream) upToEnd.
self unStream: (self unStream: uncompressed)]</font></pre>
<p><font size="4"><br>
</font></p>
<p><font size="4">Don't ask me why the double unStream:...</font></p>
<p><font size="4"><br>
</font></p>
<pre class="moz-signature" cols="72">--
<a class="moz-txt-link-freetext" href="http://mamot.fr/@drgeo">http://mamot.fr/@drgeo</a></pre>
</body>
</html>