Module read
Types for reading ZIP archives
Structs
- AesInfo Holds the AES information of a file in the zip archive
- Config Configuration for reading ZIP archives.
- ZipArchive ZIP archive reader
-
ZipArchiveMetadata
Immutable metadata about a
ZipArchive. - ZipFile A struct for reading a zip file
- ZipFileSeek A struct for reading and seeking a zip file
- ZipReadOptions Options for reading a file from an archive.
Enums
- ArchiveOffset The offset of the start of the archive from the beginning of the reader.
Traits
- HasZipMetadata A trait for exposing file metadata inside the zip.
- RootDirFilter A filter that determines whether an entry should be ignored when searching for the root directory of a Zip archive.
Functions
-
read_zipfile_from_stream
Read
ZipFilestructures from a non-seekable reader. -
read_zipfile_from_stream_with_compressed_size
Read
ZipFilefrom a non-seekable reader likeread_zipfile_from_streamdoes, but assume the given compressed size and don't read any further ahead than that. - root_dir_common_filter Common filters when finding the root directory of a Zip archive.