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

Add Two new methods for metadata retrieval #62

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

thomas694
Copy link
Contributor

Metadata can be retrieved with ReadCentralDir.
The data for newly added files is appended to the stream, but the central directory information is not updated until the archive is closed. Until then, the ZipFileEntry for a newly added file is just added to an internal list.
As ReadCentralDir should remain untouched, it would be nice to have two methods GetEntries and GetEntry to retrieve the entire list or search for a specific entry.

The new version has two methods that evaluate both metadata sources to prepare the result.

Fixes #58

@thomas694
Copy link
Contributor Author

After merging PR #61:
zip.ReadCentralDir();
can be changed to:
zip.ReadCentralDir(true);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Added entries cannot be accessed again until Zip is reopened
1 participant