Struct zipp::archive::Archive [−][src]
pub struct Archive { /* fields omitted */ }
Expand description
Zip Archive
Implementations
Opens a zip archive encapsulated by the Source
Close zip archive and writes any changes made to archive to disk.
Undo global changes to zip archive
Undo all changes in a zip archive
Set default password for encrypted files in zip
Set compression method for file in zip
Set encryption method for file in zip
Set zip archive comment
Get zip archive comment
Open encrypted file in zip archive for reading by name, if passwd is None, it would be open normal
Open encrypted file in zip archive for reading, if passwd is None, it will open as normal file
Rename file in zip archive
Add file to zip archive or replace file in zip archive
Add file to zip archive or replace file in zip archive
Delete file from zip archive
Get comment for file in zip
Get information about file by name
Get number of files in archive
Gets an iterator over the file entries of archive