Creates a TextReader that reads compressed text from a stream that matches the format used by Compress.
public static TextReader CreateDecompressingTextReader(Stream stream, Ownership ownership)
parameter | description |
---|---|
stream | The stream. |
ownership | The ownership of the stream. |
The TextReader.