mirror of
https://github.com/dgelessus/python-rsrcfork.git
synced 2024-11-26 11:49:23 +00:00
1e79dc3c50
The decompression code is more readable this way, because the compressed data needs to be processed sequentially. It also allows moving the length check and some debug logging into an outer generator. This also allows incremental decompression, but this doesn't have any practical advantage, because the compressed resource data is all read at once (there is no API for opening resources as streams), and resources are not very large anyway. |
||
---|---|---|
.. | ||
__init__.py | ||
common.py | ||
dcmp0.py | ||
dcmp1.py | ||
dcmp2.py |