GzipUtility.CreateDecompressingReadStream method

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.

Return Value

The stream to read the uncompressed bytes from.

See Also