Compressor Class

Provides a base class for implementations of the ICompressor interface.

Inheritance Hierarchy

SystemObject
  TcHmiSrv.Core.Tools.Net.Http.CompressionCompressor

Namespace: TcHmiSrv.Core.Tools.Net.Http.Compression
Assembly: TcHmiSrvExtNet.Core (in TcHmiSrvExtNet.Core.dll) Version: 3.1.7447.0+85f9b473a1dd11b8f3e5c9a182fd1901975e46f9

Syntax

C#

public abstract class Compressor : ICompressor, 
    IEquatable<ICompressor>

The Compressor type exposes the following members.

Constructors

 

Name

Description

Compressor Class 1:

Compressor

Initializes a new instance of the Compressor class

Properties

 

Name

Description

Compressor Class 2:

Compressor Class 3:

Compressors

Gets a KeyedCollectionTKey, TItem of ICompressors that represent the supported compression algorithms.

Compressor Class 4:

Compressor Class 5:

Deflate

Gets a Compressor that uses the Deflate compression algorithm.

Compressor Class 6:

Compressor Class 7:

GZip

Gets a Compressor that uses the Gzip compression algorithm.

Compressor Class 8:

Name

Gets the name of the compression algorithm.

Methods

 

Name

Description

Compressor Class 9:

Compress(ReadOnlySpanByte)

Compresses a ReadOnlySpanT of Bytes.

Compressor Class 10:

Compress(Stream, Stream)

Compresses a Stream.

Compressor Class 11:

Compress(Byte, Int32, Int32)

Compresses an array of Bytes.

Compressor Class 12:

Compress(Stream, Stream, Boolean)

Compresses a Stream.

Compressor Class 13:

CreateCompressionStream

Creates a Stream that can be used to compress or decompress data.

Compressor Class 14:

Decompress(ReadOnlySpanByte)

Decompresses a ReadOnlySpanT of Bytes.

Compressor Class 15:

Decompress(Stream, Stream)

Decompresses a Stream.

Compressor Class 16:

Decompress(Byte, Int32, Int32)

Decompresses an array of Bytes.

Compressor Class 17:

Decompress(Stream, Stream, Boolean)

Decompresses a Stream.

Compressor Class 18:

Equals(ICompressor)

Indicates whether the current Compressor is equal to another ICompressor.

Compressor Class 19:

Equals(Object)

Determines whether the specified object is equal to the current object.
(Inherited from Object)

Compressor Class 20:

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)

Compressor Class 21:

GetHashCode

Serves as the default hash function.
(Inherited from Object)

Compressor Class 22:

GetType

Gets the Type of the current instance.
(Inherited from Object)

Compressor Class 23:

MemberwiseClone

Creates a shallow copy of the current Object.
(Inherited from Object)

Compressor Class 24:

ToString

Returns a string that represents the current object.
(Inherited from Object)

Version Information

Supported in: 3.1.7447.0, 2.3.7447.0, 1.10.7447.0

Reference

TcHmiSrv.Core.Tools.Net.Http.Compression Namespace

Copyright © Beckhoff Automation GmbH & Co. KG