Edit

Share via


ZstandardEncoder Class

Definition

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

Constructors

Name Description
ZstandardEncoder()
ZstandardEncoder(Int32, Int32)
ZstandardEncoder(Int32)
ZstandardEncoder(ZstandardCompressionOptions)
ZstandardEncoder(ZstandardDictionary, Int32)
ZstandardEncoder(ZstandardDictionary)

Methods

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

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

(Inherited from Object)
Flush(Span<Byte>, Int32)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetMaxCompressedLength(Int64)
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>)
SetSourceLength(Int64)
ToString()

Returns a string that represents the current object.

(Inherited from Object)
TryCompress(ReadOnlySpan<Byte>, Span<Byte>, Int32, Int32, Int32)
TryCompress(ReadOnlySpan<Byte>, Span<Byte>, Int32, ZstandardDictionary, Int32)
TryCompress(ReadOnlySpan<Byte>, Span<Byte>, Int32)

Applies to