Overload | Description |
---|---|
DecompressZlib(Stream,Stream) | 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. |
DecompressZlib(Stream,Stream,Boolean) | Decompresses the given input stream with the zlib algorithm to the specified output stream. |