public class SimpleCompressor extends Object implements Compressor
| Constructor and Description |
|---|
SimpleCompressor() |
| Modifier and Type | Method and Description |
|---|---|
OutputStream |
compress(File destination)
Returns the output stream that is able to compress into the destination file
|
public OutputStream compress(File destination)
Compressorcompress in interface Compressordestination - the destination of the compressionCopyright © 2013. All rights reserved