CompressionAlgorithm
public protocol CompressionAlgorithm
A type that provides an implementation of a particular compression algorithm.
-
Compress data with particular algorithm.
Declaration
Swift
static func compress(data: Data) throws -> Data