Click or drag to resize
DeflateStream Properties

The DeflateStream type exposes the following members.

Properties
  NameDescription
Public propertyCanSeek
Gets a value indicating whether the stream supports seeking.
(Overrides StreamCanSeek.)
Public propertyLength
Gets the length in bytes of the stream.
(Overrides StreamLength.)
Public propertyPosition
Position of stream.
(Overrides StreamPosition.)
Public propertySystemStream
Gets or sets System.IO stream object.
(Overrides StreamSystemStream.)
Top
See Also