Edit

DeflateEncoder Class

Definition

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

Constructors

Name Description
DeflateEncoder()
DeflateEncoder(Int32, Int32)
DeflateEncoder(Int32)
DeflateEncoder(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