dgets / RecScan

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

Input/Output stream handling is kaput #6

Closed dgets closed 7 years ago

dgets commented 7 years ago

First time working with Input-/OutputStreams & Tar library variants thereof, and, of course, they're giving me some trouble. Need to figure out why this is botched and probably completely rewrite the code handing off the different Streams, as it was all cut 'n pasted and modified for 'compatibility' afterwards (when I was sleep deprived, at that). Obviously, I don't understand the code well enough yet, and it's probably a good idea, just to wrap my head around all of that better.

More data to follow once I've had a chance to collect it.

dgets commented 7 years ago

All of the associated code is now passing through the compiler & interpreter, at least. There is still at least one exception to track down that is preventing a test archive listing from appearing, though.