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-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org