Re: std.zip for Binary example

2016-01-23 Thread locco via Digitalmars-d-learn
On Sunday, 17 January 2016 at 10:43:55 UTC, Sean Campbell wrote: On Sunday, 17 January 2016 at 10:34:19 UTC, locco wrote: Hi :) I found this example: == import std.file: write; import std.string: representation; void main() {

std.zip for Binary example

2016-01-17 Thread locco via Digitalmars-d-learn
Hi :) I found this example: == import std.file: write; import std.string: representation; void main() { char[] data = "Test data.\n".dup; // Create an ArchiveMember for the test file. ArchiveMember am = new