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.
Properties
|
|
Name |
Description |
|---|---|---|
|
|
Gets a KeyedCollectionTKey, TItem of ICompressors that represent the supported compression algorithms. | |
|
|
Gets a Compressor that uses the Deflate compression algorithm. | |
|
|
Gets a Compressor that uses the Gzip compression algorithm. | |
|
|
Gets the name of the compression algorithm. |
Methods
|
|
Name |
Description |
|---|---|---|
|
|
Compresses a ReadOnlySpanT of Bytes. | |
|
|
Compresses a Stream. | |
|
|
Compresses an array of Bytes. | |
|
|
Compresses a Stream. | |
|
|
Creates a Stream that can be used to compress or decompress data. | |
|
|
Decompresses a ReadOnlySpanT of Bytes. | |
|
|
Decompresses a Stream. | |
|
|
Decompresses an array of Bytes. | |
|
|
Decompresses a Stream. | |
|
|
Indicates whether the current Compressor is equal to another ICompressor. | |
|
|
Determines whether the specified object is equal to the current
object. | |
|
|
Allows an object to try to free resources and perform other
cleanup operations before it is reclaimed by garbage
collection. | |
|
|
Serves as the default hash function. | |
|
|
Gets the Type of the current
instance. | |
|
|
Creates a shallow copy of the current Object. | |
|
|
Returns a string that represents the current 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