Interface ICompressorProvider

All Known Implementing Classes:
CompressorProvider

public interface ICompressorProvider
(for internal use) Service loader Interface to provide compression algorithms to fits.
  • Method Details

    • createCompressorControl

      ICompressorControl createCompressorControl(String quantAlgorithm, String compressionAlgorithm, Class<?> baseType)
      Parameters:
      quantAlgorithm - the quantification algorithm to use or null if none
      compressionAlgorithm - the compression algorithm to use
      baseType - the base type of the data to (de)compress.
      Returns:
      the ICompressorControl to use for the specified quantize and compression algorithms and base type.