Uses of Package
kala.compress.archivers
Packages that use kala.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.
Provides utilities used internally by the compress library.
-
Classes in kala.compress.archivers used by kala.compress.archiversClassDescriptionAn entry of an archive.Signals that an Archive exception of some sort has occurred.Archive input streams MUST override the
FilterInputStream.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 theFilterOutputStream.write(byte[], int, int)method to improve performance.Creates an Archive[In|Out]putStreams from names or the first bytes of the InputStream.This is an internal class and should not be used directly.Creates ArchiveArchiveInputStreams andArchiveOutputStreams. -
Classes in kala.compress.archivers used by kala.compress.archivers.arClassDescriptionAn entry of an archive.Archive input streams MUST override the
FilterInputStream.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 theFilterOutputStream.write(byte[], int, int)method to improve performance.This is an internal class and should not be used directly. -
Classes in kala.compress.archivers used by kala.compress.archivers.arjClassDescriptionAn entry of an archive.Signals that an Archive exception of some sort has occurred.Archive input streams MUST override the
FilterInputStream.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.This is an internal class and should not be used directly. -
Classes in kala.compress.archivers used by kala.compress.archivers.cpioClassDescriptionAn entry of an archive.Archive input streams MUST override the
FilterInputStream.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 theFilterOutputStream.write(byte[], int, int)method to improve performance.This is an internal class and should not be used directly. -
Classes in kala.compress.archivers used by kala.compress.archivers.dumpClassDescriptionAn entry of an archive.Signals that an Archive exception of some sort has occurred.Archive input streams MUST override the
FilterInputStream.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.This is an internal class and should not be used directly. -
Classes in kala.compress.archivers used by kala.compress.archivers.examplesClassDescriptionAn entry of an archive.Signals that an Archive exception of some sort has occurred.Archive input streams MUST override the
FilterInputStream.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 theFilterOutputStream.write(byte[], int, int)method to improve performance.Creates an Archive[In|Out]putStreams from names or the first bytes of the InputStream. -
Classes in kala.compress.archivers used by kala.compress.archivers.jarClassDescriptionAn entry of an archive.Archive input streams MUST override the
FilterInputStream.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 theFilterOutputStream.write(byte[], int, int)method to improve performance.This is an internal class and should not be used directly.Provides information about ArchiveEntry stream offsets. -
Classes in kala.compress.archivers used by kala.compress.archivers.sevenzClassDescriptionAn entry of an archive.This is an internal class and should not be used directly.
-
Classes in kala.compress.archivers used by kala.compress.archivers.tarClassDescriptionAn entry of an archive.Archive input streams MUST override the
FilterInputStream.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 theFilterOutputStream.write(byte[], int, int)method to improve performance.This is an internal class and should not be used directly.Provides information about ArchiveEntry stream offsets. -
Classes in kala.compress.archivers used by kala.compress.archivers.zipClassDescriptionAn entry of an archive.Archive input streams MUST override the
FilterInputStream.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 theFilterOutputStream.write(byte[], int, int)method to improve performance.This is an internal class and should not be used directly.Provides information about ArchiveEntry stream offsets. -
Classes in kala.compress.archivers used by kala.compress.changesClassDescriptionAn entry of an archive.Archive input streams MUST override the
FilterInputStream.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 theFilterOutputStream.write(byte[], int, int)method to improve performance. -
Classes in kala.compress.archivers used by kala.compress.utils