Noemax DotNetGZip Report an issue | Discuss in forums
DeflateStream Members
See Also  Properties  Methods 
Noemax.GZip Assembly > Noemax.GZip Namespace : DeflateStream Class

The following tables list the members exposed by DeflateStream.

Public Constructors

 NameDescription
Public ConstructorDeflateStream ConstructorOverloaded.  Initializes a new instance of the DeflateStream class.  
Top

Public Properties

 NameDescription
Public PropertyCanReadOverridden. Gets a value indicating whether the stream supports reading.  
Public PropertyCanSeekOverridden. This property always returns false.  
Public PropertyCanTimeoutOverridden. Gets a value that determines whether the current stream can time out.  
Public PropertyCanWriteOverridden. Gets a value indicating whether the stream supports writing.  
Public PropertyLengthOverridden.  This property is not supported and always throws a NotSupportedException.  
Public PropertyPositionOverridden.  This property is not supported and always throws a NotSupportedException.  
Public PropertyReadTimeoutOverridden. Gets or sets a value that determines how long the stream will attempt to read before timing out.  
Public PropertyWriteTimeoutOverridden. Gets or sets a value that determines how long the stream will attempt to read before timing out.  
Top

Public Methods

 NameDescription
Public MethodBeginRead (Inherited from System.IO.Stream)
Public MethodBeginWrite (Inherited from System.IO.Stream)
Public MethodCloseOverridden. Flushes the content of internal buffer and closes the current stream.  
Public MethodCreateObjRef (Inherited from System.MarshalByRefObject)
Public MethodDispose (Inherited from System.IO.Stream)
Public MethodEndRead (Inherited from System.IO.Stream)
Public MethodEndWrite (Inherited from System.IO.Stream)
Public MethodFlushOverridden. Flushes the content of the internal buffer to the underlying stream.  
Public MethodGetLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodInitializeLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodReadOverridden. Reads a number of decompressed bytes into the specified byte array.  
Public MethodReadByte (Inherited from System.IO.Stream)
Public MethodSeekOverridden.  This method is not supported and always throws a NotSupportedException.  
Public MethodSetLengthOverridden.  This method is not supported and always throws a NotSupportedException.  
Public MethodWriteOverridden.  Writes compressed bytes to the underlying stream from the specified byte array.  
Public MethodWriteByte (Inherited from System.IO.Stream)
Top

See Also