Freigeben über


ICompressionProvider Interface

Definition

Provides methods for compressing and decompressing data.

public interface ICompressionProvider
type ICompressionProvider = interface
Public Interface ICompressionProvider
Derived

Properties

Algorithm

Gets the compression algorithm used by the provider.

Methods

Compress(Byte[])

Compresses the specified byte array.

Decompress(Byte[])

Decompresses the specified byte array.

IsSupportedAlgorithm(String)

Determines if a specified algorithm is supported by the provider.

Applies to