Click or drag to resize

ZipInputStream Properties

The ZipInputStream type exposes the following members.

Properties
  NameDescription
Public propertyAvailable (Overrides InflaterInputStreamAvailable.)
Public propertyCanDecompressEntry
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 (Overrides InflaterInputStreamLength.)
Public propertyPassword
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