You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Apache Wiki <wi...@apache.org> on 2009/04/23 08:00:15 UTC

[Commons Wiki] Trivial Update of "Compress" by ChristianGrobmeier

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification.

The following page has been changed by ChristianGrobmeier:
http://wiki.apache.org/commons/Compress

The comment on the change is:
added finish() to examples

------------------------------------------------------------------------------
          os.putArchiveEntry(new ZipArchiveEntry("testdata/test2.xml"));
          IOUtils.copy(new FileInputStream(file2), os);
          os.closeArchiveEntry();
+         out.finish();
          os.close();}}}
  
  === Unpacking a ZIP-File ===

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org