| Package | Description | 
|---|---|
| org.apache.commons.compress.compressors | Provides a unified API and factories for dealing with
      compressed streams. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CompressorStreamFactory
 Factory to create Compressor[In|Out]putStreams from names. | 
| Modifier and Type | Method and Description | 
|---|---|
| static SortedMap<String,CompressorStreamProvider> | CompressorStreamFactory. findAvailableCompressorInputStreamProviders()Constructs a new sorted map from input stream provider names to provider
 objects. | 
| static SortedMap<String,CompressorStreamProvider> | CompressorStreamFactory. findAvailableCompressorOutputStreamProviders()Constructs a new sorted map from output stream provider names to provider
 objects. | 
| SortedMap<String,CompressorStreamProvider> | CompressorStreamFactory. getCompressorInputStreamProviders() | 
| SortedMap<String,CompressorStreamProvider> | CompressorStreamFactory. getCompressorOutputStreamProviders() | 
Copyright © 2018 The Apache Software Foundation. All rights reserved.