zip-rs / zip-old

Zip implementation in Rust
MIT License
731 stars 204 forks source link

Is it possible to make ZipFile seekable? #424

Closed Leojangh closed 5 months ago

Leojangh commented 9 months ago

The zip::read::ZipFile. My geuss is impossible.

RandomInsano commented 9 months ago

I'm just passing by, but searching for existing issues that contain "Seek" provided this: https://github.com/zip-rs/zip/issues/223

Pr0methean commented 5 months ago

Duplicate of zip-rs/zip2#175.