Click or drag to resize

GZipInputStream Properties

The GZipInputStream type exposes the following members.

Properties
  NameDescription
Public propertyAvailable (Inherited from InflaterInputStream.)
Public propertyCanRead (Inherited from InflaterInputStream.)
Public propertyCanSeek (Inherited from InflaterInputStream.)
Public propertyCanTimeout
Gets a value that determines whether the current stream can time out.
(Inherited from Stream.)
Public propertyCanWrite (Inherited from InflaterInputStream.)
Public propertyIsStreamOwner (Inherited from InflaterInputStream.)
Public propertyLength (Inherited from InflaterInputStream.)
Public propertyPosition (Inherited from InflaterInputStream.)
Public propertyReadTimeout
Gets or sets a value, in miliseconds, that determines how long the stream will attempt to read before timing out.
(Inherited from Stream.)
Public propertyWriteTimeout
Gets or sets a value, in miliseconds, that determines how long the stream will attempt to write before timing out.
(Inherited from Stream.)
Top
See Also