| Package | Description | 
|---|---|
| org.apache.commons.compress.archivers.zip | Provides stream classes for reading and writing archives using
      the ZIP format. | 
| Modifier and Type | Method and Description | 
|---|---|
| static StreamCompressor | StreamCompressor. create(int compressionLevel,
      ScatterGatherBackingStore bs)Create a stream compressor with the given compression level. | 
| static StreamCompressor | StreamCompressor. create(ScatterGatherBackingStore bs)Create a stream compressor with the default compression level. | 
| Constructor and Description | 
|---|
| ScatterZipOutputStream(ScatterGatherBackingStore backingStore,
                      StreamCompressor streamCompressor) | 
Copyright © 2018 The Apache Software Foundation. All rights reserved.