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

Exposed with-zipfile-stream outside of package. #3

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

Conversation

peoplestom
Copy link

@peoplestom peoplestom commented Jul 23, 2022

It doesn't appear to be used anywhere internally, I assume it was
intended to be part of the public API initially.

I needed it to process downloaded ZIP archives in memory i.e.

(zip::with-zipfile-stream (file (flexi-streams:make-in-memory-input-stream in-mem-usb8-vector))
        (zip:do-zipfile-entries (name entry file)
          (format t "~a ~a ~a~%" name entry (zip:zipfile-entry-contents entry))))

It doesn't appear to be used anywhere internally, I assume it was
intended to be part of the public API initially.
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.

1 participant