<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Feb 20, 2014 at 9:05 PM, Kamil Slowikowski <span dir="ltr"><<a href="mailto:kslowikowski@gmail.com" target="_blank">kslowikowski@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Also, I now see the error in my code: I believe I should use rawWrite to write compressed data and not writeExact.<br>
</blockquote></div><br></div><div class="gmail_extra">That's not an error, that's two different ways to access files: std.stream.File and std.stdio.File - the latter is more recommended to use.<br></div></div>