Package | Description |
---|---|
org.apache.commons.compress.archivers |
Provides a unified API and factories for dealing with archives
in different formats.
|
org.apache.commons.compress.archivers.dump |
This package provides stream classes for reading archives
using the Unix DUMP format.
|
Modifier and Type | Method and Description |
---|---|
ArchiveInputStream |
ArchiveStreamFactory.createArchiveInputStream(InputStream in)
Create an archive input stream from an input stream, autodetecting
the archive type from the first few bytes of the stream.
|
ArchiveInputStream |
ArchiveStreamFactory.createArchiveInputStream(String archiverName,
InputStream in)
Create an archive input stream from an archiver name and an input stream.
|
ArchiveOutputStream |
ArchiveStreamFactory.createArchiveOutputStream(String archiverName,
OutputStream out)
Create an archive output stream from an archiver name and an input stream.
|
Constructor and Description |
---|
DumpArchiveInputStream(InputStream is)
Constructor.
|
Copyright © 2015 The Apache Software Foundation. All Rights Reserved.