brendan-duncan / archive

Dart library to encode and decode various archive and compression formats, such as Zip, Tar, GZip, ZLib, and BZip2.
MIT License
395 stars 130 forks source link

Streaming directly from archive files #320

Open nathnaeld opened 5 months ago

nathnaeld commented 5 months ago

It would be a great enhancements by introducing a feature that allows to directly stream data from archive formats without the need for complete extraction. This would significantly benefit the handling of large files and improve overall efficiency (on memory usage or on extraction time).