ZLibDecoder Class

Definition

public ref class ZLibDecoder sealed : IDisposable
public sealed class ZLibDecoder : IDisposable
type ZLibDecoder = class
    interface IDisposable
Public NotInheritable Class ZLibDecoder
Implements IDisposable
Inheritance
ZLibDecoder
Implements

Constructors

Name Description
ZLibDecoder()

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 Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)
TryDecompress(ReadOnlySpan<Byte>, Span<Byte>, Int32)

Applies to