python-rsrcfork/rsrcfork/compress
dgelessus 8db1b22bdc Make the generic decompression API stream-based
The non-stream-based APIs still exist as before and are not deprecated,
they just act as thin wrappers around the stream-based API.

The main rsrcfork module doesn't use the stream-based APIs yet, because
it reads each resource's data all at once and not incrementally.
2019-10-02 16:28:40 +02:00
..
__init__.py Make the generic decompression API stream-based 2019-10-02 16:28:40 +02:00
common.py Make the generic decompression API stream-based 2019-10-02 16:28:40 +02:00
dcmp0.py Make the generic decompression API stream-based 2019-10-02 16:28:40 +02:00
dcmp1.py Make the generic decompression API stream-based 2019-10-02 16:28:40 +02:00
dcmp2.py Make the generic decompression API stream-based 2019-10-02 16:28:40 +02:00