-
Notifications
You must be signed in to change notification settings - Fork 5
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
Hello, what about inflate / decompress ? #6
Comments
|
I have no target language for now, and am only working through the community-run web-IDE |
I don't see how you could inflate without providing an inflated nor a deflated stream size? |
Deflated stream size is always provided. In order to |
This was referenced Sep 18, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Various compression algorithms allow to inflate only passing in the uncompressed size, would be awesome to have it in kaitai.
I am dealing with git packfiles : they are pretty classical bundles of zlib blobs.
The annoying thing is that git stores in these pack files, as a blob header, only the inflated / decompressed size :
deserializing from kaitai needs a dependency on zlib or a simultaneous parsing of the sibling external index file which has bundle offsets.
P.S. : how can I help?
The text was updated successfully, but these errors were encountered: