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 support for read-only ZIP archives #5

Merged
merged 1 commit into from
Feb 13, 2023

Conversation

eXpl0it3r
Copy link

This is the implementation of the basic idea, I mentioned in #4

If the NetZipArchiveFileSystem is "opened" in read-only mode, then the write calls will fail, but one can still use a read-only underlying resource, such as an embedded ZIP archive.

@eXpl0it3r eXpl0it3r force-pushed the feature/zip-readonly branch from 2bb9bab to 7e2d55f Compare February 13, 2023 09:45
@b3b00
Copy link
Owner

b3b00 commented Feb 13, 2023

Would you mind provide an unit test for read only zips ?

@b3b00 b3b00 merged commit 8b76c2f into b3b00:master Feb 13, 2023
@eXpl0it3r eXpl0it3r deleted the feature/zip-readonly branch February 13, 2023 12:02
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.

2 participants