Name | Description | |
---|---|---|
CompressBZip2 | Compresses the given input stream with the bzip2 algorithm to the specified output stream. | |
CompressGZip | Compresses the given input stream with the gzip algorithm to the specified output stream. | |
CompressZip | Overloaded. Compresses the streams provided by the zipCompressor interface implementation in ZIP format to the specified output stream. | |
CompressZlib | Overloaded. Compresses the given input stream with the zlib algorithm to the specified output stream and closes the output stream. | |
DecompressBZip2 | Decompresses the given input stream with the bzip2 algorithm to the specified output stream. | |
DecompressGZip | Decompresses the given input stream with the gzip algorithm to the specified output stream. | |
DecompressZip | Overloaded. Decompresses the given zip stream. | |
DecompressZlib | Overloaded. Decompresses the given input stream with the zlib algorithm to the specified output stream. This method automatically detects whether the given zlib compressed input stream has a header or not and decompresses it accordingly. |