System.IO.Compression.GZipStream: Property Members

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

Public Properties

[read-only]
BaseStreamSystem.IO.Stream.

Gets a reference to the underlying stream.

[read-only]
override
CanReadbool.

Gets a value indicating whether the stream supports reading while decompressing a file.

[read-only]
override
CanSeekbool.

Gets a value indicating whether the stream supports seeking.

[read-only]
override
CanWritebool.

Gets a value indicating whether the stream supports writing.

[read-only]
override
Lengthlong.

This property is not supported and always throws a NotSupportedException.

override
Positionlong.

This property is not supported and always throws a NotSupportedException.