Read and write gzip files easily.

Artem Tarasov lomereiter at gmail.com
Thu Feb 20 09:26:02 PST 2014


On Thu, Feb 20, 2014 at 9:05 PM, Kamil Slowikowski
<kslowikowski at gmail.com>wrote:

>
> Also, I now see the error in my code: I believe I should use rawWrite to
> write compressed data and not writeExact.
>

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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20140220/17afba11/attachment-0001.html>


More information about the Digitalmars-d mailing list