ZstandardDecoder Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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) | |