mirror of
https://github.com/dgelessus/python-rsrcfork.git
synced 2024-11-25 19:31:44 +00:00
5ede8a351a
The broken non-seeking read implementation of ResourceFile is removed, and non-seekable streams are now handled by reading the entire stream data first and wrapping it in a BytesIO to make it seekable. The manual selection of seeking/non-seeking reading has been removed as well, since it is no longer needed and was already nearly useless. |
||
---|---|---|
.. | ||
compress | ||
__init__.py | ||
__main__.py | ||
api.py |