Interface ICompressorProvider
- All Known Implementing Classes:
CompressorProvider
public interface ICompressorProvider
(for internal use) Service loader Interface to provide compression algorithms to fits.
-
Method Summary
Modifier and TypeMethodDescriptioncreateCompressorControl
(String quantAlgorithm, String compressionAlgorithm, Class<?> baseType)
-
Method Details
-
createCompressorControl
ICompressorControl createCompressorControl(String quantAlgorithm, String compressionAlgorithm, Class<?> baseType) - Parameters:
quantAlgorithm
- the quantification algorithm to use or null if nonecompressionAlgorithm
- the compression algorithm to usebaseType
- the base type of the data to (de)compress.- Returns:
- the
ICompressorControl
to use for the specified quantize and compression algorithms and base type.
-