Uses of Package
kala.compress.archivers
-
Packages that use kala.compress.archivers Package Description kala.compress.archivers Provides a unified API and factories for dealing with archives in different formats.kala.compress.archivers.ar Provides stream classes for reading and writing archives using the AR format.kala.compress.archivers.arj Provides stream classes for reading archives using the ARJ format.kala.compress.archivers.cpio Provides stream classes for reading and writing archives using the CPIO format.kala.compress.archivers.dump This package provides stream classes for reading archives using the UNIX DUMP format.kala.compress.archivers.examples Contains example code that is not guaranteed to provide a stable API across releases of Commons Compress.kala.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.kala.compress.archivers.sevenz Provides classes for reading and writing archives using the 7z format.kala.compress.archivers.tar Provides stream classes for reading and writing archives using the TAR format.kala.compress.archivers.zip Provides stream classes for reading and writing archives using the ZIP format.kala.compress.changes EXPERIMENTAL support for changesets that are applied to archives.kala.compress.utils Provides utilities used internally by the compress library. -
Classes in kala.compress.archivers used by kala.compress.archivers Class Description ArchiveEntry An entry of an archive.ArchiveException Signals that an Archive exception of some sort has occurred.ArchiveInputStream Archive input streams MUST override theFilterInputStream.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.ArchiveOutputStream Archive output stream implementations are expected to override theFilterOutputStream.write(byte[], int, int)method to improve performance.ArchiveReaderBuilder ArchiveStreamFactory Creates an Archive[In|Out]putStreams from names or the first bytes of the InputStream.ArchiveStreamFactory.BuiltinArchiver This is an internal class and should not be used directly.ArchiveStreamProvider Creates ArchiveArchiveInputStreams andArchiveOutputStreams. -
Classes in kala.compress.archivers used by kala.compress.archivers.ar Class Description ArchiveEntry An entry of an archive.ArchiveInputStream Archive input streams MUST override theFilterInputStream.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.ArchiveOutputStream Archive output stream implementations are expected to override theFilterOutputStream.write(byte[], int, int)method to improve performance.ArchiveStreamFactory.BuiltinArchiver This is an internal class and should not be used directly. -
Classes in kala.compress.archivers used by kala.compress.archivers.arj Class Description ArchiveEntry An entry of an archive.ArchiveException Signals that an Archive exception of some sort has occurred.ArchiveInputStream Archive input streams MUST override theFilterInputStream.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.ArchiveStreamFactory.BuiltinArchiver This is an internal class and should not be used directly. -
Classes in kala.compress.archivers used by kala.compress.archivers.cpio Class Description ArchiveEntry An entry of an archive.ArchiveInputStream Archive input streams MUST override theFilterInputStream.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.ArchiveOutputStream Archive output stream implementations are expected to override theFilterOutputStream.write(byte[], int, int)method to improve performance.ArchiveStreamFactory.BuiltinArchiver This is an internal class and should not be used directly. -
Classes in kala.compress.archivers used by kala.compress.archivers.dump Class Description ArchiveEntry An entry of an archive.ArchiveException Signals that an Archive exception of some sort has occurred.ArchiveInputStream Archive input streams MUST override theFilterInputStream.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.ArchiveStreamFactory.BuiltinArchiver This is an internal class and should not be used directly. -
Classes in kala.compress.archivers used by kala.compress.archivers.examples Class Description ArchiveEntry An entry of an archive.ArchiveException Signals that an Archive exception of some sort has occurred.ArchiveInputStream Archive input streams MUST override theFilterInputStream.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.ArchiveOutputStream Archive output stream implementations are expected to override theFilterOutputStream.write(byte[], int, int)method to improve performance.ArchiveStreamFactory 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.jar Class Description ArchiveEntry An entry of an archive.ArchiveInputStream Archive input streams MUST override theFilterInputStream.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.ArchiveOutputStream Archive output stream implementations are expected to override theFilterOutputStream.write(byte[], int, int)method to improve performance.ArchiveStreamFactory.BuiltinArchiver This is an internal class and should not be used directly.EntryStreamOffsets Provides information about ArchiveEntry stream offsets. -
Classes in kala.compress.archivers used by kala.compress.archivers.sevenz Class Description ArchiveEntry An entry of an archive.ArchiveReaderBuilder ArchiveStreamFactory.BuiltinArchiver This is an internal class and should not be used directly. -
Classes in kala.compress.archivers used by kala.compress.archivers.tar Class Description ArchiveEntry An entry of an archive.ArchiveInputStream Archive input streams MUST override theFilterInputStream.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.ArchiveOutputStream Archive output stream implementations are expected to override theFilterOutputStream.write(byte[], int, int)method to improve performance.ArchiveStreamFactory.BuiltinArchiver This is an internal class and should not be used directly.EntryStreamOffsets Provides information about ArchiveEntry stream offsets. -
Classes in kala.compress.archivers used by kala.compress.archivers.zip Class Description ArchiveEntry An entry of an archive.ArchiveInputStream Archive input streams MUST override theFilterInputStream.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.ArchiveOutputStream Archive output stream implementations are expected to override theFilterOutputStream.write(byte[], int, int)method to improve performance.ArchiveReaderBuilder ArchiveStreamFactory.BuiltinArchiver This is an internal class and should not be used directly.EntryStreamOffsets Provides information about ArchiveEntry stream offsets. -
Classes in kala.compress.archivers used by kala.compress.changes Class Description ArchiveEntry An entry of an archive.ArchiveInputStream Archive input streams MUST override theFilterInputStream.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.ArchiveOutputStream 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 Class Description ArchiveEntry An entry of an archive.