public interface ICompressorProvider
Modifier and Type | Method and Description |
---|---|
ICompressorControl |
createCompressorControl(java.lang.String quantAlgorithm,
java.lang.String compressionAlgorithm,
java.lang.Class<?> baseType) |
ICompressorControl createCompressorControl(java.lang.String quantAlgorithm, java.lang.String compressionAlgorithm, java.lang.Class<?> baseType)
quantAlgorithm
- the quantification algorithm to use or null if nonecompressionAlgorithm
- the compression algorithm to usebaseType
- the base type of the data to (de)compress.ICompressorControl
to use for the specified
quantize and compression algorithms and base type.