Edit

ZLibEncoder Class

Definition

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

Constructors

Name Description
ZLibEncoder()
ZLibEncoder(Int32, Int32)
ZLibEncoder(Int32)
ZLibEncoder(ZLibCompressionOptions)

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)
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, Int32)
TryCompress(ReadOnlySpan<Byte>, Span<Byte>, Int32)

Applies to