ZstandardEncoder Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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) | |