JuliaIO / Tar.jl

TAR files: create, list, extract them in pure Julia
MIT License
79 stars 19 forks source link

extract into IO #122

Open drdozer opened 3 years ago

drdozer commented 3 years ago

Is it possible to extract a specified file into a target IO rather than a directory? I want to access particular files from a tgz archive and work with them in-memory without extracting them to disk.

StefanKarpinski commented 3 years ago

Would be fixed by https://github.com/JuliaIO/Tar.jl/pull/95, which I've been meaning to return to.