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
Thank you very much for your work on this project.
I've noticed the uncompressed file size is set to 0xffffffffffffffff when using lzma.LZMA().compress with a Buffer, but I was expecting to find the actual size since it is known.
Is there a specific reason for it? Is the End Of Payload Marker used under the hood?
The text was updated successfully, but these errors were encountered:
jeanbmar
changed the title
Uncompressed size missing when calling
Uncompressed size missing when calling lzma.LZMA().compressOct 1, 2021
Thank you very much for your work on this project.
I've noticed the uncompressed file size is set to 0xffffffffffffffff when using
lzma.LZMA().compress
with a Buffer, but I was expecting to find the actual size since it is known.Is there a specific reason for it? Is the End Of Payload Marker used under the hood?
The text was updated successfully, but these errors were encountered: