| Package | Description | 
|---|---|
| org.apache.commons.compress.archivers | Provides a unified API and factories for dealing with archives
      in different formats. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ArchiveStreamFactoryFactory to create Archive[In|Out]putStreams from names or the first bytes of
 the InputStream. | 
| Modifier and Type | Method and Description | 
|---|---|
| static SortedMap<String,ArchiveStreamProvider> | ArchiveStreamFactory. findAvailableArchiveInputStreamProviders()Constructs a new sorted map from input stream provider names to provider
 objects. | 
| static SortedMap<String,ArchiveStreamProvider> | ArchiveStreamFactory. findAvailableArchiveOutputStreamProviders()Constructs a new sorted map from output stream provider names to provider
 objects. | 
| SortedMap<String,ArchiveStreamProvider> | ArchiveStreamFactory. getArchiveInputStreamProviders() | 
| SortedMap<String,ArchiveStreamProvider> | ArchiveStreamFactory. getArchiveOutputStreamProviders() | 
Copyright © 2018 The Apache Software Foundation. All rights reserved.