python-rsrcfork/rsrcfork
dgelessus 5ede8a351a Rework how non-seekable streams are handled by ResourceFile
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.
2019-08-30 23:17:18 +02:00
..
compress Fix typos 2019-08-24 23:38:07 +02:00
__init__.py Rewrite, update and expand project descriptions 2019-08-25 21:37:50 +02:00
__main__.py Rework how non-seekable streams are handled by ResourceFile 2019-08-30 23:17:18 +02:00
api.py Rework how non-seekable streams are handled by ResourceFile 2019-08-30 23:17:18 +02:00