mirror of
https://github.com/dgelessus/python-rsrcfork.git
synced 2024-11-26 11:49:23 +00:00
c108af60ca
For compressed resources, the value of the length attribute can be accessed much more quickly than the data itself (because it only requires parsing the header, rather than decompressing the entire data). This is used to speed up listing of compressed resources on the command line. The length_raw attribute is added for symmetry, although it is not specifically optimized in any case yet. |
||
---|---|---|
.. | ||
compress | ||
__init__.py | ||
__main__.py | ||
api.py |