Partager via


ZstandardDecoder Classe

Définition

public ref class ZstandardDecoder sealed : IDisposable
public sealed class ZstandardDecoder : IDisposable
type ZstandardDecoder = class
    interface IDisposable
Public NotInheritable Class ZstandardDecoder
Implements IDisposable
Héritage
ZstandardDecoder
Implémente

Constructeurs

Nom Description
ZstandardDecoder()
ZstandardDecoder(Int32)
ZstandardDecoder(ZstandardDictionary, Int32)
ZstandardDecoder(ZstandardDictionary)

Méthodes

Nom Description
Decompress(ReadOnlySpan<Byte>, Span<Byte>, Int32, Int32)
Dispose()
Equals(Object)

Détermine si l’objet spécifié est égal à l’objet actuel.

(Hérité de Object)
GetHashCode()

Sert de fonction de hachage par défaut.

(Hérité de Object)
GetType()

Obtient l’instance Type actuelle.

(Hérité de Object)
MemberwiseClone()

Crée une copie superficielle de l’actuel Object.

(Hérité de Object)
Reset()
SetPrefix(ReadOnlyMemory<Byte>)
ToString()

Retourne une chaîne qui représente l’objet actuel.

(Hérité de Object)
TryDecompress(ReadOnlySpan<Byte>, Span<Byte>, Int32, ZstandardDictionary)
TryDecompress(ReadOnlySpan<Byte>, Span<Byte>, Int32)
TryGetMaxDecompressedLength(ReadOnlySpan<Byte>, Int64)

S’applique à