Package org.apache.commons.compress.archivers.jar

Provides stream classes for reading and writing archives using the ZIP format with some extensions for the special case of JAR archives.

See:
          Description

Class Summary
JarArchiveEntry  
JarArchiveInputStream Implements an input stream that can read entries from jar files.
JarArchiveOutputStream Subclass that adds a special extra field to the very first entry which allows the created archive to be used as an executable jar on Solaris.
 

Package org.apache.commons.compress.archivers.jar Description

Provides stream classes for reading and writing archives using the ZIP format with some extensions for the special case of JAR archives.



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.