An NDoc Documented Class Library

CompressedStream Properties

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

Public Instance Properties

CanRead (inherited from Stream) When overridden in a derived class, gets a value indicating whether the current stream supports reading.
CanSeek (inherited from Stream) When overridden in a derived class, gets a value indicating whether the current stream supports seeking.
CanWrite (inherited from Stream) When overridden in a derived class, gets a value indicating whether the current stream supports writing.
CompressedCount 
Length (inherited from Stream) When overridden in a derived class, gets the length in bytes of the stream.
Position (inherited from Stream) When overridden in a derived class, gets or sets the position within the current stream.
UncompressedCount 

See Also

CompressedStream Class | EnterpriseDT.Net.Zlib Namespace