GZipOutputStream Properties |
The CompressionFilterGZipOutputStream type exposes the following members.
Name | Description | |
---|---|---|
![]() | BaseStream | Gets a reference to the underlying stream. (Inherited from GZipStream.) |
![]() | CanRead | Gets a value indicating whether the stream supports reading while decompressing a file. (Inherited from GZipStream.) |
![]() | CanSeek | Gets a value indicating whether the stream supports seeking. (Inherited from GZipStream.) |
![]() | CanTimeout | Gets a value that determines whether the current stream can time out. (Inherited from Stream.) |
![]() | CanWrite | Gets a value indicating whether the stream supports writing. (Inherited from GZipStream.) |
![]() | Length | This property is not supported and always throws a NotSupportedException. (Inherited from GZipStream.) |
![]() | Position | This property is not supported and always throws a NotSupportedException. (Inherited from GZipStream.) |
![]() | ReadTimeout | Gets or sets a value, in miliseconds, that determines how long the stream will attempt to read before timing out. (Inherited from Stream.) |
![]() | WriteTimeout | Gets or sets a value, in miliseconds, that determines how long the stream will attempt to write before timing out. (Inherited from Stream.) |