Click or drag to resize
ZipFileStream Properties

The ZipFileStream type exposes the following members.

Properties
  NameDescription
Public propertyCanRead
Gets a value indicating whether the current stream supports reading.
(Overrides StreamCanRead.)
Public propertyCanSeek
Gets a value indicating whether the current stream supports seeking.
(Overrides StreamCanSeek.)
Public propertyCanWrite
Gets a value indicating whether the current stream supports writing.
(Overrides StreamCanWrite.)
Public propertyLength
Gets the length in bytes of the stream.
(Overrides StreamLength.)
Public propertyPath
Stream path
(Inherited from FileStream.)
Public propertyPosition
Gets or sets the position within the current stream.
(Overrides StreamPosition.)
Top
See Also