dgets / RecScan

Utility to search, modify, and/or extract contents from potentially recursive archived messes
1 stars 0 forks source link

Ignore irrelevant bits in the TarArchiveInputStream #10

Open dgets opened 7 years ago

dgets commented 7 years ago

Need to watch out for other flags, attributes, or whatever else may be tucked away as another tar entry, when we are reading from the stream.

dgets commented 7 years ago

I think that this is done, but I can't really be sure until I'm able to read the stream until EOF.