You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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 methodsGetEntries
andGetEntry
to retrieve the entire list or search for a specific entry.The text was updated successfully, but these errors were encountered: