std.zip and a large archive

AntonSotov via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat Jul 19 04:25:59 PDT 2014


On Saturday, 19 July 2014 at 10:46:31 UTC, Marc Schütz wrote:

> Hmm... it's unfortunate that ZipArchive doesn't take a file 
> descriptor. As a workaround, you can use memory mapping:

auto mmfile = new MmFile("c:/test.zip");
Thank you. it works!



More information about the Digitalmars-d-learn mailing list