Xceed .NET Libraries Documentation
GZipCompressedStream Class Properties


Xceed.Compression.Formats Assembly > Xceed.Compression.Formats Namespace : GZipCompressedStream Class

For a list of all members of this type, see GZipCompressedStream members.

Public Properties
 NameDescription
Public PropertyGets a boolean value indicating whether the current stream supports reading. (Inherited from Xceed.Compression.Formats.FormattedCompressedStream)
Public PropertyGets a boolean value indicating whether the current stream supports seeking. (Inherited from Xceed.Compression.Formats.FormattedCompressedStream)
Public PropertyGets a value that determines whether the current stream can time out. (Inherited from System.IO.Stream)
Public PropertyGets a boolean value indicating whether the current stream supports writing. (Inherited from Xceed.Compression.Formats.FormattedCompressedStream)
Public PropertyGets the compressed data's header.  
Public Property (Inherited from Xceed.Compression.Formats.FormattedCompressedStream)
Public PropertyGets the length, in bytes, of the stream. (Inherited from Xceed.Compression.Formats.FormattedCompressedStream)
Public PropertyGets or sets the position within the current stream. (Inherited from Xceed.Compression.Formats.FormattedCompressedStream)
Public PropertyGets or sets a value, in miliseconds, that determines how long the stream will attempt to read before timing out. (Inherited from System.IO.Stream)
Public PropertyGets or sets a boolean value indicating if the stream is responsible for closing its inner stream. (Inherited from Xceed.Compression.Formats.FormattedCompressedStream)
Public PropertyGets or sets a value, in miliseconds, that determines how long the stream will attempt to write before timing out. (Inherited from System.IO.Stream)
Top
See Also

Reference

GZipCompressedStream Class
Xceed.Compression.Formats Namespace
Introduction to the formatted compressed stream classes