kucci / guava-libraries

Automatically exported from code.google.com/p/guava-libraries
Apache License 2.0
0 stars 0 forks source link

Add libraries for working easily with zip, gzip, etc. files and streams #470

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I presented Google Guava to my colleagues at work the other day. Great library. 
One of my colleagues was wondering if it would be possible to add a utility 
method that allows to zip up a bunch of files like so:

Files#zip(File to, File... from)

Apparently he uses that functionality a lot.

Cheers

Original issue reported on code.google.com by toellr...@gmail.com on 6 Nov 2010 at 11:07

GoogleCodeExporter commented 9 years ago
(This is probably not a high priority.)

Original comment by kevinb@google.com on 12 Jan 2011 at 11:11

GoogleCodeExporter commented 9 years ago
you can also look at shrinkwrap, which is a fluent api for things like this.  
especially archive formats like tar are not fun to maintain
http://www.jboss.org/shrinkwrap

Original comment by adrian.f...@gmail.com on 5 Apr 2011 at 4:13

GoogleCodeExporter commented 9 years ago
I heard there is also a JSR for nio2 which will get in JDK7, which will provide 
such APIs.

Original comment by gscerbak@gmail.com on 14 Apr 2011 at 8:06

GoogleCodeExporter commented 9 years ago

Original comment by kevinb@google.com on 13 Jul 2011 at 6:18

GoogleCodeExporter commented 9 years ago

Original comment by fry@google.com on 10 Dec 2011 at 3:52

GoogleCodeExporter commented 9 years ago

Original comment by fry@google.com on 16 Feb 2012 at 7:17

GoogleCodeExporter commented 9 years ago

Original comment by kevinb@google.com on 30 May 2012 at 7:43

GoogleCodeExporter commented 9 years ago

Original comment by kevinb@google.com on 22 Jun 2012 at 6:16

GoogleCodeExporter commented 9 years ago
This issue has been migrated to GitHub.

It can be found at https://github.com/google/guava/issues/<id>

Original comment by cgdecker@google.com on 1 Nov 2014 at 4:15

GoogleCodeExporter commented 9 years ago

Original comment by cgdecker@google.com on 1 Nov 2014 at 4:18

GoogleCodeExporter commented 9 years ago

Original comment by cgdecker@google.com on 3 Nov 2014 at 9:09