Directory implementation for Zip archives. Provides any additional functionality required by ZipArchives.
File implementation for Zip archives. Provides any additional functionality required of files by ZipArchives.
Archive-wide properties for ZipArchives.
Deserialize method which loads data from a zip archive and stores it in archive.
Serialize method which writes data stored in the archive to an array and returns it.
Policy class for reading and writing zip archives.
Currently lacks support for: + Multiple disk zip files + Compression algorithms other than deflate + Zip64 + Encryption