| 
|   | GZipStream (Stream stream, CompressionMode mode) | 
|   | 
|   | GZipStream (Stream stream, CompressionMode mode, bool leaveOpen) | 
|   | 
|   | GZipStream (Stream stream, CompressionLevel compressionLevel) | 
|   | 
|   | GZipStream (Stream stream, CompressionLevel compressionLevel, bool leaveOpen) | 
|   | 
| override void  | Flush () | 
|   | 
| override long  | Seek (long offset, SeekOrigin origin) | 
|   | 
| override void  | SetLength (long value) | 
|   | 
| override int  | ReadByte () | 
|   | 
| override IAsyncResult  | BeginRead (byte[] buffer, int offset, int count, AsyncCallback? asyncCallback, object? asyncState) | 
|   | 
| override int  | EndRead (IAsyncResult asyncResult) | 
|   | 
| override int  | Read (byte[] buffer, int offset, int count) | 
|   | 
| override int  | Read (Span< byte > buffer) | 
|   | 
| override IAsyncResult  | BeginWrite (byte[] buffer, int offset, int count, AsyncCallback? asyncCallback, object? asyncState) | 
|   | 
| override void  | EndWrite (IAsyncResult asyncResult) | 
|   | 
| override void  | Write (byte[] buffer, int offset, int count) | 
|   | 
| override void  | Write (ReadOnlySpan< byte > buffer) | 
|   | 
| override void  | CopyTo (Stream destination, int bufferSize) | 
|   | 
| override ValueTask  | DisposeAsync () | 
|   | 
| override Task< int >  | ReadAsync (byte[] buffer, int offset, int count, CancellationToken cancellationToken) | 
|   | 
| override ValueTask< int >  | ReadAsync (Memory< byte > buffer, CancellationToken cancellationToken=default(CancellationToken)) | 
|   | 
| override Task  | WriteAsync (byte[] buffer, int offset, int count, CancellationToken cancellationToken) | 
|   | 
| override ValueTask  | WriteAsync (ReadOnlyMemory< byte > buffer, CancellationToken cancellationToken=default(CancellationToken)) | 
|   | 
| override Task  | FlushAsync (CancellationToken cancellationToken) | 
|   | 
| override Task  | CopyToAsync (Stream destination, int bufferSize, CancellationToken cancellationToken) | 
|   | 
| void  | CopyTo (Stream destination) | 
|   | 
| Task  | CopyToAsync (Stream destination) | 
|   | 
| Task  | CopyToAsync (Stream destination, int bufferSize) | 
|   | 
| Task  | CopyToAsync (Stream destination, CancellationToken cancellationToken) | 
|   | 
| void  | Dispose () | 
|   | 
| virtual void  | Close () | 
|   | 
| Task  | FlushAsync () | 
|   | 
| Task< int >  | ReadAsync (byte[] buffer, int offset, int count) | 
|   | 
| Task  | WriteAsync (byte[] buffer, int offset, int count) | 
|   | 
| virtual void  | WriteByte (byte value) | 
|   | 
| object  | GetLifetimeService () | 
|   | 
| virtual object  | InitializeLifetimeService () | 
|   | 
Definition at line 6 of file GZipStream.cs.