View source code
Display the source code in std/zip.d from which this
page was generated on github.
Report a bug
If you spot a problem with this page, click here to create a
Bugzilla issue.
Improve this page
Quickly fork, edit online, and submit a pull request for this page.
Requires a signed-in GitHub account. This works well for small changes.
If you'd like to make larger changes you may want to consider using
local clone.
std.zip.ZipArchive.this
- multiple declarations
Function ZipArchive.this
Constructor to use when creating a new archive.
this() pure nothrow @nogc @safe;
Function ZipArchive.this
Constructor to use when reading an existing archive.
this
(
void[] buffer
);
Fills in the properties data[], totalEntries, comment[], and directory[]. For each ArchiveMember, fills in properties madeVersion, extractVersion, flags, compressionMethod, time, crc32, compressedSize, expandedSize, compressedData[], internalAttributes, externalAttributes, name[], extra[], comment[]. Use expand() to get the expanded data for each ArchiveMember.
Parameters
Name | Description |
---|---|
buffer | The entire contents of the archive. |
Throws
ZipException when the archive was invalid or when malware was detected.
Authors
License
Copyright © 1999-2022 by the D Language Foundation | Page generated by ddox.