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 | Gets a value that determines whether the current stream can time out. (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 | Gets or sets a value, in miliseconds, that determines how long the stream will attempt to read before timing out. (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 | Gets or sets a value, in miliseconds, that determines how long the stream will attempt to write before timing out. (Inherited from System.IO.Stream) |