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

The following tables list the members exposed by DeflateInputStream.

Public Constructors

 NameDescription
Public ConstructorDeflateInputStream ConstructorOverloaded.  Initializes a new instance of DeflateInputStream.  
Top

Public Properties

 NameDescription
Public PropertyCanReadOverridden. This property always returns true.  
Public PropertyCanSeekOverridden. This property always returns false.  
Public PropertyCanTimeoutOverridden. Gets a value that determines whether the current stream can time out.  
Public PropertyCanWriteOverridden. This property always returns false.  
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. Closes the stream and releases any associated resources.  
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. This method is not supported.  
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.  This method is not supported and always throws a NotSupportedException.  
Public MethodWriteByte (Inherited from System.IO.Stream)
Top

See Also