Hi, I made a simple wrapper around java.util.zip.
Basically it only allows you to compress files or unpack/process zip archives.
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clo...@googlegroups.com
Note that posts from new members are moderated - please be patient with your first post.
To unsubscribe from this group, send email to
clojure+u...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
---
You received this message because you are subscribed to a topic in the Google Groups "Clojure" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/clojure/PFpL-fOaeQg/unsubscribe.
To unsubscribe from this group and all its topics, send an email to clojure+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thanks :)
I haven't considered using nio Zip FileSystem just because I never heard of it, but I'll definitely check it out.Regarding targeting to java 7, should something like this set up targeting properly?
:javac-options ["-target" "1.7" "-source" "1.7"]
I got it guys, thank you. I'll investigate the possibility and benefits of migration to java nio and let you know when it's done.
---- Gary Verhaegen wrote ----
> You received this message because you are subscribed to a topic in the Google Groups "Clojure" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/topic/clojure/PFpL-fOaeQg/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to clojure+u...@googlegroups.com.