ICompressionProvider Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |