Uses of Class
org.apache.commons.compress.archivers.ArchiveInputStream
Packages that use ArchiveInputStream
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 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.
-
Uses of ArchiveInputStream in org.apache.commons.compress.archivers
Methods in org.apache.commons.compress.archivers that return ArchiveInputStreamModifier and TypeMethodDescriptionArchiveStreamFactory.createArchiveInputStream
(InputStream in) Create an archive input stream from an input stream, autodetecting the archive type from the first few bytes of the stream.ArchiveStreamFactory.createArchiveInputStream
(String archiverName, InputStream in) Creates an archive input stream from an archiver name and an input stream.ArchiveStreamFactory.createArchiveInputStream
(String archiverName, InputStream in, String actualEncoding) ArchiveStreamProvider.createArchiveInputStream
(String name, InputStream in, String encoding) Creates an archive input stream from an archiver name and an input stream.private static ArchiveInputStream
Lister.createArchiveInputStream
(String[] args, InputStream fis) -
Uses of ArchiveInputStream in org.apache.commons.compress.archivers.ar
Subclasses of ArchiveInputStream in org.apache.commons.compress.archivers.arModifier and TypeClassDescriptionclass
Implements the "ar" archive format as an input stream. -
Uses of ArchiveInputStream in org.apache.commons.compress.archivers.arj
Subclasses of ArchiveInputStream in org.apache.commons.compress.archivers.arjModifier and TypeClassDescriptionclass
Implements the "arj" archive format as an InputStream. -
Uses of ArchiveInputStream in org.apache.commons.compress.archivers.cpio
Subclasses of ArchiveInputStream in org.apache.commons.compress.archivers.cpioModifier and TypeClassDescriptionclass
CpioArchiveInputStream is a stream for reading cpio streams. -
Uses of ArchiveInputStream in org.apache.commons.compress.archivers.dump
Subclasses of ArchiveInputStream in org.apache.commons.compress.archivers.dumpModifier and TypeClassDescriptionclass
The DumpArchiveInputStream reads a UNIX dump archive as an InputStream. -
Uses of ArchiveInputStream in org.apache.commons.compress.archivers.examples
Methods in org.apache.commons.compress.archivers.examples with parameters of type ArchiveInputStreamModifier and TypeMethodDescriptionvoid
Expander.expand
(ArchiveInputStream archive, File targetDirectory) Expandsarchive
intotargetDirectory
. -
Uses of ArchiveInputStream in org.apache.commons.compress.archivers.jar
Subclasses of ArchiveInputStream in org.apache.commons.compress.archivers.jarModifier and TypeClassDescriptionclass
Implements an input stream that can read entries from jar files. -
Uses of ArchiveInputStream in org.apache.commons.compress.archivers.tar
Subclasses of ArchiveInputStream in org.apache.commons.compress.archivers.tarModifier and TypeClassDescriptionclass
The TarInputStream reads a UNIX tar archive as an InputStream. -
Uses of ArchiveInputStream in org.apache.commons.compress.archivers.zip
Subclasses of ArchiveInputStream in org.apache.commons.compress.archivers.zipModifier and TypeClassDescriptionclass
Implements an input stream that can read Zip archives. -
Uses of ArchiveInputStream in org.apache.commons.compress.changes
Fields in org.apache.commons.compress.changes declared as ArchiveInputStreamModifier and TypeFieldDescriptionprivate final ArchiveInputStream
ChangeSetPerformer.ArchiveInputStreamIterator.in
Methods in org.apache.commons.compress.changes with parameters of type ArchiveInputStreamModifier and TypeMethodDescriptionChangeSetPerformer.perform
(ArchiveInputStream in, ArchiveOutputStream out) Performs all changes collected in this ChangeSet on the input stream and streams the result to the output stream.Constructors in org.apache.commons.compress.changes with parameters of type ArchiveInputStreamModifierConstructorDescription(package private)