Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get the total zip size ? #284

Open
thiishfuoqdsjnfk opened this issue Jan 24, 2025 · 0 comments
Open

How to get the total zip size ? #284

thiishfuoqdsjnfk opened this issue Jan 24, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@thiishfuoqdsjnfk
Copy link

thiishfuoqdsjnfk commented Jan 24, 2025

Is your feature request related to a problem? Please describe.

I don't find any methods to get the zip file size
There is an internal zip_offset where data can precede the zip but how do we know the zip size when data is after the zip ?

Describe the solution you'd like
An accessible field like end_offset where the use can then

reader.seek(end_offset) to access the rest of the data

Maybe expose CentralDirectoryEndInfo ?

Thanks

@thiishfuoqdsjnfk thiishfuoqdsjnfk added the enhancement New feature or request label Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant