Is there an easy way to jump to an existing file in Java via the Java Library or third-party library?
I'm already familiar with the approach of creating a ZipOutputStream, adding ZipEntry objects to it, and then reading data from one stream to ZipOutputStream, I'm looking for an easy way to zip a file I am Most likely it is being recommended for a third party compression library.
The Apache Cayenne project is a very easy zipuli, you can check the cashier here:
Looking at the source, it only imports from Java SDK, so it should be easy to just leave it in your application:
Comments
Post a Comment