#apachecommonscompression — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #apachecommonscompression, aggregated by home.social.
-
In typical #java #programming #verbosity, the #ApacheCommonsCompression utility requires the following steps to add files to an archive:
1. Open an output stream to a potential archive file. Note that this won't create the file until later.
2. Create an archive entry for every file to be added. You have to supply a path to the file. Note that this neither adds the file, nor the entry to the archive.