The following tables list the members exposed by DeflateInputStream.
| Name | Description | |
|---|---|---|
| DeflateInputStream Constructor | Overloaded. Initializes a new instance of DeflateInputStream. |
| Name | Description | |
|---|---|---|
| CanRead | Overridden. This property always returns true. | |
| CanSeek | Overridden. This property always returns false. | |
| CanTimeout | Overridden. Gets a value that determines whether the current stream can time out. | |
| CanWrite | Overridden. This property always returns false. | |
| Length | Overridden. This property is not supported and always throws a NotSupportedException. | |
| Position | Overridden. This property is not supported and always throws a NotSupportedException. | |
| ReadTimeout | Overridden. Gets or sets a value that determines how long the stream will attempt to read before timing out. | |
| WriteTimeout | Overridden. Gets or sets a value that determines how long the stream will attempt to read before timing out. |
| Name | Description | |
|---|---|---|
| (Inherited from | ||
| (Inherited from | ||
| Close | Overridden. Closes the stream and releases any associated resources. | |
| (Inherited from | ||
| (Inherited from | ||
| (Inherited from | ||
| (Inherited from | ||
| Flush | Overridden. This method is not supported. | |
| (Inherited from | ||
| (Inherited from | ||
| Read | Overridden. Reads a number of decompressed bytes into the specified byte array. | |
| (Inherited from | ||
| Seek | Overridden. This method is not supported and always throws a NotSupportedException. | |
| SetLength | Overridden. This method is not supported and always throws a NotSupportedException. | |
| Write | Overridden. This method is not supported and always throws a NotSupportedException. | |
| (Inherited from |