Module read

Source
Expand description

Types for reading ZIP archives

Modules§

stream
Provides high level API for reading from a stream.

Structs§

ZipArchive
ZIP archive reader
ZipFile
A struct for reading a zip file

Functions§

read_zipfile_from_stream
It is recommended to use stream for its highlevel API instead.