GZipDecoder Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class GZipDecoder sealed : IDisposable
public sealed class GZipDecoder : IDisposable
type GZipDecoder = class
interface IDisposable
Public NotInheritable Class GZipDecoder
Implements IDisposable
- Inheritance
-
GZipDecoder
- Implements
Constructors
| Name | Description |
|---|---|
| GZipDecoder() | |
Methods
| Name | Description |
|---|---|
| Decompress(ReadOnlySpan<Byte>, Span<Byte>, Int32, Int32) | |
| Dispose() | |
| Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode() |
Serves as the default hash function. (Inherited from |