Click or drag to resize
ZipFileStream Properties

The ZipFileStream type exposes the following members.

Properties
  NameDescription
Public propertyCanSeek
Gets a value indicating whether the current stream supports seeking.
(Overrides StreamCanSeek.)
Public propertyLength
Gets the length in bytes of the stream.
(Overrides FileStreamLength.)
Public propertyPath
Stream path
(Inherited from FileStream.)
Public propertyPosition
Gets or sets the position within the current stream.
(Overrides FileStreamPosition.)
Public propertySystemStream
Gets or sets system stream.
(Overrides FileStreamSystemStream.)
Top
See Also