GZip File Reading

Walter Bright newshound2 at digitalmars.com
Thu Mar 10 01:59:14 PST 2011


On 3/9/2011 8:53 PM, dsimcha wrote:
> I'd like to get some comments on what an appropriate API design and
> implementation for writing gzipped files would be. Two key requirements are that
> it must be as easy to use as std.stdio.File and it must be easy to extend to
> support other single-file compression formats like bz2.

Use ranges.


More information about the Digitalmars-d mailing list