The properties of System.IO.Compression.GZipStream are listed below. For a list of all members, see the GZipStream Members list.
See Also: Inherited members from System.IO.Stream
[read-only] | BaseStream | System.IO.Stream.
Gets a reference to the underlying stream. |
[read-only] override | CanRead | bool.
Gets a value indicating whether the stream supports reading while decompressing a file. |
[read-only] override | CanSeek | bool.
Gets a value indicating whether the stream supports seeking. |
[read-only] override | CanWrite | bool.
Gets a value indicating whether the stream supports writing. |
[read-only] override | Length | long.
This property is not supported and always throws a NotSupportedException. |
override | Position | long.
This property is not supported and always throws a NotSupportedException. |