Teilen über


ZstandardDecoder Klasse

Definition

public ref class ZstandardDecoder sealed : IDisposable
public sealed class ZstandardDecoder : IDisposable
type ZstandardDecoder = class
    interface IDisposable
Public NotInheritable Class ZstandardDecoder
Implements IDisposable
Vererbung
ZstandardDecoder
Implementiert

Konstruktoren

Name Beschreibung
ZstandardDecoder()
ZstandardDecoder(Int32)
ZstandardDecoder(ZstandardDictionary, Int32)
ZstandardDecoder(ZstandardDictionary)

Methoden

Name Beschreibung
Decompress(ReadOnlySpan<Byte>, Span<Byte>, Int32, Int32)
Dispose()
Equals(Object)

Bestimmt, ob das angegebene Objekt dem aktuellen Objekt entspricht.

(Geerbt von Object)
GetHashCode()

Dient als Standardhashfunktion.

(Geerbt von Object)
GetType()

Ruft die Type aktuelle Instanz ab.

(Geerbt von Object)
MemberwiseClone()

Erstellt eine flache Kopie der aktuellen Object.

(Geerbt von Object)
Reset()
SetPrefix(ReadOnlyMemory<Byte>)
ToString()

Gibt eine Zeichenfolge zurück, die das aktuelle Objekt darstellt.

(Geerbt von Object)
TryDecompress(ReadOnlySpan<Byte>, Span<Byte>, Int32, ZstandardDictionary)
TryDecompress(ReadOnlySpan<Byte>, Span<Byte>, Int32)
TryGetMaxDecompressedLength(ReadOnlySpan<Byte>, Int64)

Gilt für: