Creates a decompressing read stream.
public static Stream CreateDecompressingReadStream(Stream compressedReadStream, Ownership ownership)
parameter | description |
---|---|
compressedReadStream | The source of the compressed bytes. |
ownership | The ownership of the specified stream. |
The stream to read the uncompressed bytes from.