[][src]Module zip_extensions::read

Traits

ZipArchiveExtensions

Functions

is_zip

Determines whether the specified file is a ZIP file, or not.

zip_extract

Extracts a ZIP file to the given directory.

zip_extract_file

Extracts and entry in the ZIP archive to the given directory.

zip_extract_file_to_memory

Extracts an entry in the ZIP archive to the given memory buffer.