Name | Description | |
---|---|---|
CanRead | Overridden. Determines whether the inner stream supports reading AND the compressed stream supports data decompression. | |
CanSeek | Overridden. A CompressedStream object is not seekable. | |
CanTimeout | (Inherited from System.IO.Stream) | |
CanWrite | Overridden. Determines whether the inner stream supports writing AND the compressed stream supports data compression. | |
CompressorCache | ||
DecompressorCache | ||
InnerStream | Gets the System.IO.Stream that was passed when creating this CompressedStream. | |
Length | Overridden. A CompressedStream object is not seekable. | |
Position | Overridden. A CompressedStream object is not seekable. | |
ReadTimeout | (Inherited from System.IO.Stream) | |
RemainingOffset | Gets the negative byte offset at which the compressed data ends inside the last data buffer read by the object. | |
Transient | Gets or sets a boolean value indicating if the stream is responsible for closing its inner stream. | |
WriteTimeout | (Inherited from System.IO.Stream) |