Creates a compressing write stream.
public static Stream CreateCompressingWriteStream(Stream compressedWriteStream, Ownership ownership)
| parameter | description |
|---|---|
| compressedWriteStream | The destination for the compressed bytes. |
| ownership | The ownership of the specified stream. |
The stream to write the uncompressed bytes to.