The members of System.IO.Compression.GZipStream are listed below.
See Also: Inherited members from System.IO.Stream
Initializes a new instance of the System.IO.Compression.GZipStream class by using the specified stream and compression level. | ||
Initializes a new instance of the System.IO.Compression.GZipStream class by using the specified stream and compression mode. | ||
Initializes a new instance of the System.IO.Compression.GZipStream class by using the specified stream and compression level, and optionally leaves the stream open. | ||
Initializes a new instance of the System.IO.Compression.GZipStream class by using the specified stream and compression mode, and optionally leaves the stream open. |
[read-only] | BaseStream | System.IO.Stream.
Gets a reference to the underlying stream. |
[read-only] override | CanRead | bool.
Gets a value indicating whether the stream supports reading while decompressing a file. |
[read-only] override | CanSeek | bool.
Gets a value indicating whether the stream supports seeking. |
[read-only] override | CanWrite | bool.
Gets a value indicating whether the stream supports writing. |
[read-only] override | Length | long.
This property is not supported and always throws a NotSupportedException. |
override | Position | long.
This property is not supported and always throws a NotSupportedException. |
override | BeginRead(byte[], int, int, AsyncCallback, object)
| |
override | BeginWrite(byte[], int, int, AsyncCallback, object)
| |
override | EndRead(IAsyncResult)
| |
override | EndWrite(IAsyncResult)
| |
override | Flush()
| |
override | Read(byte[], int, int)
| |
override | Seek(long, System.IO.SeekOrigin)
| |
override | SetLength(long)
| |
override | Write(byte[], int, int)
|
override | Dispose(bool)
|