The following tables list the members exposed by GZipOutputStream.
| Name | Description | |
|---|---|---|
| GZipOutputStream Constructor | Overloaded. Initializes a new instance of the GZipOutputStream class. |
| Name | Description | |
|---|---|---|
| CanRead | Overridden. This property always returns false. | |
| 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. | |
| Comments | Gets and sets the file comments to write into the GZip header. | |
| ExtraFields | The collection of extra-fields to write into the GZip header. | |
| Filename | Gets and sets the filename to write into the GZip header. | |
| Length | Overridden. Gets the length in bytes of the underlying stream. | |
| 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 internal buffer content 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. This method is not supported and always throws a NotSupportedException. | |
| (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 |