Sets the compression method that will be used.
Sets the decompressed data.
The comment for the member of the archive.
The internal attributes specific to this member, as specified by the Zip format documentation.
Additional data stored within the zip archive for this file.
Zip related flags specific for this member, as specified by the Zip format documentation.
The internal attributes specific to this member, as specified by the Zip format documentation.
The time when the file was last modified.
Gets the final element in the path of this member. e.g. for the path "a/b/c/e/fg.txt" the result is "fg.txt"
Sets the final element in the path of this member. e.g. for the path "a/b/c/e/fg.txt" the changed path part will be "fg.txt" Warning: Do not use this property while this member is currently part of an archive.
Gets the path of this member.
Sets the path of this member. Warning: Do not use this property while this member is currently part of an archive.
File implementation for Zip archives. Provides any additional functionality required of files by ZipArchives.