Package nom.tam.fits.compression.algorithm.api


package nom.tam.fits.compression.algorithm.api
  • Interfaces
    Class
    Description
    Option for the compression algorithm, implementors are used to control the compression algorithm.
    ICompressor<T extends Buffer>
    Compressor that can compress a Buffer into a ByteBuffer and vize versa.
    The interface to a provided compression algorithm.