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!
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!