GZipStream Properties

DotZLib

DotZLib .Net wrapper for ZLib1.dll

GZipStream Properties

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

Public Instance Properties

CanRead Returns true of this stream can be read from, false otherwise
CanSeek Returns false.
CanWrite Returns true if this tsream is writeable, false otherwise
Length Gets the size of the stream. Not suppported.
Position Gets/sets the current position in the GZipStream. Not suppported.

See Also

GZipStream Class | DotZLib Namespace