The following tables list the members exposed by DeflateStream.
| Name | Description | |
|---|---|---|
| DeflateStream Constructor | Overloaded. Initializes a new instance of the DeflateStream class. |
| Name | Description | |
|---|---|---|
| CanRead | Overridden. Gets a value indicating whether the stream supports reading. | |
| CanSeek | Overridden. This property always returns false. | |
| CanTimeout | Overridden. Gets a value that determines whether the current stream can time out. | |
| CanWrite | Overridden. Gets a value indicating whether the stream supports writing. | |
| 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. Flushes the content of internal buffer and closes the current stream. | |
| (Inherited from | ||
| (Inherited from | ||
| (Inherited from | ||
| (Inherited from | ||
| Flush | Overridden. Flushes the content of the internal buffer to the underlying stream. | |
| (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. Writes compressed bytes to the underlying stream from the specified byte array. | |
| (Inherited from |