Upraviť

Zdieľať cez


ZstandardDecoder Class

Definition

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

Constructors

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

Methods

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

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
Reset()
SetPrefix(ReadOnlyMemory<Byte>)
ToString()

Returns a string that represents the current object.

(Inherited from Object)
TryDecompress(ReadOnlySpan<Byte>, Span<Byte>, Int32, ZstandardDictionary)
TryDecompress(ReadOnlySpan<Byte>, Span<Byte>, Int32)
TryGetMaxDecompressedLength(ReadOnlySpan<Byte>, Int64)

Applies to