ZipInputStream Properties

SharpZip Compression Library

SharpZip Compression Library

ZipInputStream Properties

The properties of the ZipInputStream class are listed below. For a complete list of ZipInputStream class members, see the ZipInputStream Members topic.

Public Instance Properties

Available Returns 1 if there is an entry available Otherwise returns 0.
CanDecompressEntry Gets a value indicating if the entry can be decompressed
CanRead (inherited from InflaterInputStream) Gets a value indicating whether the current stream supports reading
CanSeek (inherited from InflaterInputStream) Gets a value of false indicating seeking is not supported for this stream.
CanWrite (inherited from InflaterInputStream) Gets a value of false indicating that this stream is not writeable.
IsStreamOwner (inherited from InflaterInputStream) Get/set flag indicating ownership of underlying stream. When the flag is true Close will close the underlying stream also.
Length (inherited from InflaterInputStream) A value representing the length of the stream in bytes.
Password Optional password used for encryption when non-null
Position (inherited from InflaterInputStream) The current position within the stream. Throws a NotSupportedException when attempting to set the position

See Also

ZipInputStream Class | ICSharpCode.SharpZipLib.Zip Namespace