Uses of Package
org.apache.commons.compress.archivers

Packages that use org.apache.commons.compress.archivers
org.apache.commons.compress.archivers Provides a unified API and factories for dealing with archives in different formats. 
org.apache.commons.compress.archivers.ar Provides stream classes for reading and writing archives using the AR format. 
org.apache.commons.compress.archivers.cpio Provides stream classes for reading and writing archives using the CPIO format. 
org.apache.commons.compress.archivers.dump This package provides stream classes for reading archives using the Unix DUMP format. 
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. 
org.apache.commons.compress.archivers.tar Provides stream classes for reading and writing archives using the TAR format. 
org.apache.commons.compress.archivers.zip Provides stream classes for reading and writing archives using the ZIP format. 
org.apache.commons.compress.changes EXPERIMENTAL support for changesets that are applied to archives. 
org.apache.commons.compress.utils Contains utilities used internally by the compress library. 
 

Classes in org.apache.commons.compress.archivers used by org.apache.commons.compress.archivers
ArchiveEntry
          Represents an entry of an archive.
ArchiveException
          Archiver related Exception
ArchiveInputStream
          Archive input streams MUST override the InputStream.read(byte[], int, int) - or ArchiveInputStream.read() - method so that reading from the stream generates EOF for the end of data in each entry as well as at the end of the file proper.
ArchiveOutputStream
          Archive output stream implementations are expected to override the OutputStream.write(byte[], int, int) method to improve performance.
 

Classes in org.apache.commons.compress.archivers used by org.apache.commons.compress.archivers.ar
ArchiveEntry
          Represents an entry of an archive.
ArchiveInputStream
          Archive input streams MUST override the InputStream.read(byte[], int, int) - or ArchiveInputStream.read() - method so that reading from the stream generates EOF for the end of data in each entry as well as at the end of the file proper.
ArchiveOutputStream
          Archive output stream implementations are expected to override the OutputStream.write(byte[], int, int) method to improve performance.
 

Classes in org.apache.commons.compress.archivers used by org.apache.commons.compress.archivers.cpio
ArchiveEntry
          Represents an entry of an archive.
ArchiveInputStream
          Archive input streams MUST override the InputStream.read(byte[], int, int) - or ArchiveInputStream.read() - method so that reading from the stream generates EOF for the end of data in each entry as well as at the end of the file proper.
ArchiveOutputStream
          Archive output stream implementations are expected to override the OutputStream.write(byte[], int, int) method to improve performance.
 

Classes in org.apache.commons.compress.archivers used by org.apache.commons.compress.archivers.dump
ArchiveEntry
          Represents an entry of an archive.
ArchiveException
          Archiver related Exception
ArchiveInputStream
          Archive input streams MUST override the InputStream.read(byte[], int, int) - or ArchiveInputStream.read() - method so that reading from the stream generates EOF for the end of data in each entry as well as at the end of the file proper.
 

Classes in org.apache.commons.compress.archivers used by org.apache.commons.compress.archivers.jar
ArchiveEntry
          Represents an entry of an archive.
ArchiveInputStream
          Archive input streams MUST override the InputStream.read(byte[], int, int) - or ArchiveInputStream.read() - method so that reading from the stream generates EOF for the end of data in each entry as well as at the end of the file proper.
ArchiveOutputStream
          Archive output stream implementations are expected to override the OutputStream.write(byte[], int, int) method to improve performance.
 

Classes in org.apache.commons.compress.archivers used by org.apache.commons.compress.archivers.tar
ArchiveEntry
          Represents an entry of an archive.
ArchiveInputStream
          Archive input streams MUST override the InputStream.read(byte[], int, int) - or ArchiveInputStream.read() - method so that reading from the stream generates EOF for the end of data in each entry as well as at the end of the file proper.
ArchiveOutputStream
          Archive output stream implementations are expected to override the OutputStream.write(byte[], int, int) method to improve performance.
 

Classes in org.apache.commons.compress.archivers used by org.apache.commons.compress.archivers.zip
ArchiveEntry
          Represents an entry of an archive.
ArchiveInputStream
          Archive input streams MUST override the InputStream.read(byte[], int, int) - or ArchiveInputStream.read() - method so that reading from the stream generates EOF for the end of data in each entry as well as at the end of the file proper.
ArchiveOutputStream
          Archive output stream implementations are expected to override the OutputStream.write(byte[], int, int) method to improve performance.
 

Classes in org.apache.commons.compress.archivers used by org.apache.commons.compress.changes
ArchiveEntry
          Represents an entry of an archive.
ArchiveInputStream
          Archive input streams MUST override the InputStream.read(byte[], int, int) - or ArchiveInputStream.read() - method so that reading from the stream generates EOF for the end of data in each entry as well as at the end of the file proper.
ArchiveOutputStream
          Archive output stream implementations are expected to override the OutputStream.write(byte[], int, int) method to improve performance.
 

Classes in org.apache.commons.compress.archivers used by org.apache.commons.compress.utils
ArchiveEntry
          Represents an entry of an archive.
 



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