You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 5, 2018. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.The text was updated successfully, but these errors were encountered: