GZipDecoder Class

Definition

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