Interface ICompressorProvider

  • All Known Implementing Classes:
    CompressorProvider

    public interface ICompressorProvider
    Service loader Interface to provide compression algorithms to fits.
    • Method Detail

      • createCompressorControl

        ICompressorControl createCompressorControl​(java.lang.String quantAlgorithm,
                                                   java.lang.String compressionAlgorithm,
                                                   java.lang.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.