Skip to content

Expose end of prefix content and size of actual ZIP file #284

Open
@thiishfuoqdsjnfk

Description

@thiishfuoqdsjnfk

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions