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

Modified module ziparchives to alternatively open zip files as byte strings. #90

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Sep 20, 2024

  1. Added ziparchives_inmem, which can extract from archives which have b…

    …een read in as byte strings. This allows extracting from recursive archives in-memory.
    Chris Collazo committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    2031205 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Folded in-memory archiver opener as a reader mode. Added utility proc…

    …s to obtain reader pointer and length. Added wrapper procs to open an archive as either a file or a byte string. Removed module ziparchives_inmem.
    Chris Collazo committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    e1f8dc6 View commit details
    Browse the repository at this point in the history
  2. Removed export of openZipArchiveInternal().

    Chris Collazo committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    a081b01 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Added extractAllBytes*(), separated extracting by file and by byte st…

    …ring.
    Chris Collazo committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    a51102d View commit details
    Browse the repository at this point in the history