ZstandardDecoder Klass

Definition

public ref class ZstandardDecoder sealed : IDisposable
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
[System.Runtime.Versioning.UnsupportedOSPlatform("wasi")]
public sealed class ZstandardDecoder : IDisposable
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
[<System.Runtime.Versioning.UnsupportedOSPlatform("wasi")>]
type ZstandardDecoder = class
    interface IDisposable
Public NotInheritable Class ZstandardDecoder
Implements IDisposable
Arv
ZstandardDecoder
Attribut
Implementeringar

Konstruktorer

Name Description
ZstandardDecoder()
ZstandardDecoder(Int32)
ZstandardDecoder(ZstandardDictionary, Int32)
ZstandardDecoder(ZstandardDictionary)

Metoder

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

Avgör om det angivna objektet är lika med det aktuella objektet.

(Ärvd från Object)
GetHashCode()

Fungerar som standard-hash-funktion.

(Ärvd från Object)
GetType()

Hämtar den aktuella instansen Type .

(Ärvd från Object)
MemberwiseClone()

Skapar en ytlig kopia av den aktuella Object.

(Ärvd från Object)
Reset()
SetPrefix(ReadOnlyMemory<Byte>)
ToString()

Returnerar en sträng som representerar det aktuella objektet.

(Ärvd från Object)
TryDecompress(ReadOnlySpan<Byte>, Span<Byte>, Int32, ZstandardDictionary)
TryDecompress(ReadOnlySpan<Byte>, Span<Byte>, Int32)
TryGetMaxDecompressedLength(ReadOnlySpan<Byte>, Int64)

Gäller för