dgets / RecScan

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

Add PK/WinZip support #11

Open dgets opened 6 years ago

dgets commented 6 years ago

I was just thinking, I suppose the 'PK' prefix to -Zip up there probably shows my age a bit. It's just WinZip now, isn't it? A truly appropriate thought for today, being my 40th birthday.

Now that I'm doing development in a native Windows partition for awhile, I guess it would be a good time to start writing the Zip support into the MultiZip class. It's at least a good opportunity to make sure that I'm keeping the different levels of functionality somewhat similar for devel & debugging.

dgets commented 6 years ago

Nice! While I was looking for documentation on getting the library properly imported in 'doze, as well as the already working *NIX configuration, I found that the commons-compress-1.4.jar & commons-compress-1.2.jar libraries support .bz2 compression. Don't have to play with a new library's interfaces for that. Should make implementation of .bz2 support much easier.