ZLibDecoder Classe

Definizione

public ref class ZLibDecoder sealed : IDisposable
public sealed class ZLibDecoder : IDisposable
type ZLibDecoder = class
    interface IDisposable
Public NotInheritable Class ZLibDecoder
Implements IDisposable
Ereditarietà
ZLibDecoder
Implementazioni

Costruttori

Nome Descrizione
ZLibDecoder()

Metodi

Nome Descrizione
Decompress(ReadOnlySpan<Byte>, Span<Byte>, Int32, Int32)
Dispose()
Equals(Object)

Determina se l'oggetto specificato è uguale all'oggetto corrente.

(Ereditato da Object)
GetHashCode()

Funge da funzione hash predefinita.

(Ereditato da Object)
GetType()

Ottiene il Type dell'istanza corrente.

(Ereditato da Object)
MemberwiseClone()

Crea una copia superficiale del Objectcorrente.

(Ereditato da Object)
ToString()

Restituisce una stringa che rappresenta l'oggetto corrente.

(Ereditato da Object)
TryDecompress(ReadOnlySpan<Byte>, Span<Byte>, Int32)

Si applica a