prewk / xml-string-streamer

Stream large XML files with low memory consumption.
MIT License
356 stars 49 forks source link

Add wrapper support to File stream #76

Closed friartuck6000 closed 3 years ago

friartuck6000 commented 3 years ago

This change allows usage of common compression wrappers like compress.zlib, as well as URL wrappers for remote files.

prewk commented 3 years ago

Thanks a lot, I'll bump.