Uses of Package
org.apache.commons.compress.archivers
Packages that use org.apache.commons.compress.archivers
Package
Description
Provides a unified API and factories for dealing with archives
in different formats.
Provides stream classes for reading and writing archives using
the AR format.
Provides stream classes for reading archives using
the ARJ format.
Provides stream classes for reading and writing archives using
the CPIO format.
This package provides stream classes for reading archives
using the Unix DUMP format.
Contains example code that is not guaranteed to provide a
stable API across releases of Commons Compress.
Provides stream classes for reading and writing archives using
the ZIP format with some extensions for the special case of JAR
archives.
Provides classes for reading and writing archives using
the 7z format.
Provides stream classes for reading and writing archives using
the TAR format.
Provides stream classes for reading and writing archives using
the ZIP format.
EXPERIMENTAL support for changesets that are applied to
archives.
Contains utilities used internally by the compress library.
-
Classes in org.apache.commons.compress.archivers used by org.apache.commons.compress.archiversClassDescriptionRepresents an entry of an archive.Archiver related ExceptionArchive input streams MUST override the
InputStream.read(byte[], int, int)
- orArchiveInputStream.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.Archive output stream implementations are expected to override theOutputStream.write(byte[], int, int)
method to improve performance.Factory to create Archive[In|Out]putStreams from names or the first bytes of the InputStream.Creates ArchiveArchiveInputStream
s andArchiveOutputStream
s. -
Classes in org.apache.commons.compress.archivers used by org.apache.commons.compress.archivers.arClassDescriptionRepresents an entry of an archive.Archive input streams MUST override the
InputStream.read(byte[], int, int)
- orArchiveInputStream.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.Archive output stream implementations are expected to override theOutputStream.write(byte[], int, int)
method to improve performance. -
Classes in org.apache.commons.compress.archivers used by org.apache.commons.compress.archivers.arjClassDescriptionRepresents an entry of an archive.Archiver related ExceptionArchive input streams MUST override the
InputStream.read(byte[], int, int)
- orArchiveInputStream.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.cpioClassDescriptionRepresents an entry of an archive.Archive input streams MUST override the
InputStream.read(byte[], int, int)
- orArchiveInputStream.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.Archive output stream implementations are expected to override theOutputStream.write(byte[], int, int)
method to improve performance. -
Classes in org.apache.commons.compress.archivers used by org.apache.commons.compress.archivers.dumpClassDescriptionRepresents an entry of an archive.Archiver related ExceptionArchive input streams MUST override the
InputStream.read(byte[], int, int)
- orArchiveInputStream.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.examplesClassDescriptionRepresents an entry of an archive.Archiver related ExceptionArchive input streams MUST override the
InputStream.read(byte[], int, int)
- orArchiveInputStream.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.Archive output stream implementations are expected to override theOutputStream.write(byte[], int, int)
method to improve performance. -
Classes in org.apache.commons.compress.archivers used by org.apache.commons.compress.archivers.jarClassDescriptionRepresents an entry of an archive.Archive input streams MUST override the
InputStream.read(byte[], int, int)
- orArchiveInputStream.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.Archive output stream implementations are expected to override theOutputStream.write(byte[], int, int)
method to improve performance.Provides information about ArchiveEntry stream offsets. -
-
Classes in org.apache.commons.compress.archivers used by org.apache.commons.compress.archivers.tarClassDescriptionRepresents an entry of an archive.Archive input streams MUST override the
InputStream.read(byte[], int, int)
- orArchiveInputStream.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.Archive output stream implementations are expected to override theOutputStream.write(byte[], int, int)
method to improve performance.Provides information about ArchiveEntry stream offsets. -
Classes in org.apache.commons.compress.archivers used by org.apache.commons.compress.archivers.zipClassDescriptionRepresents an entry of an archive.Archive input streams MUST override the
InputStream.read(byte[], int, int)
- orArchiveInputStream.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.Archive output stream implementations are expected to override theOutputStream.write(byte[], int, int)
method to improve performance.Provides information about ArchiveEntry stream offsets. -
Classes in org.apache.commons.compress.archivers used by org.apache.commons.compress.changesClassDescriptionRepresents an entry of an archive.Archive input streams MUST override the
InputStream.read(byte[], int, int)
- orArchiveInputStream.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.Archive output stream implementations are expected to override theOutputStream.write(byte[], int, int)
method to improve performance. -
Classes in org.apache.commons.compress.archivers used by org.apache.commons.compress.utils