[−][src]Trait rc_zip::ReadZipWithSize
A trait for reading something as a zip archive (blocking I/O model)
See also ReadZip.
Required methods
fn read_zip_with_size(&self, size: u64) -> Result<Archive, Error>
Reads self as a zip archive.
This functions blocks until the entire archive has been read. It is not compatible with non-blocking or async I/O.