Xceed .NET Libraries Documentation
CompressedStream Class Properties


Xceed.Compression Assembly > Xceed.Compression Namespace : CompressedStream Class

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

Public Properties
 NameDescription
Public PropertyOverridden. Determines whether the inner stream supports reading AND the compressed stream supports data decompression.  
Public PropertyOverridden. A CompressedStream object is not seekable.  
Public PropertyGets a value that determines whether the current stream can time out. (Inherited from System.IO.Stream)
Public PropertyOverridden. Determines whether the inner stream supports writing AND the compressed stream supports data compression.  
Public Property  
Public Property  
Public PropertyGets the System.IO.Stream that was passed when creating this CompressedStream.  
Public PropertyOverridden. A CompressedStream object is not seekable.  
Public PropertyOverridden. A CompressedStream object is not seekable.  
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 the negative byte offset at which the compressed data ends inside the last data buffer read by the object.  
Public PropertyGets or sets a boolean value indicating if the stream is responsible for closing its inner stream.  
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

CompressedStream Class
Xceed.Compression Namespace