Package nom.tam.fits.compression.algorithm.api
-
Interface Summary Interface Description ICompressOption Option for the compression algorithm, implementors are used to control the compression algorithm.ICompressor<T extends java.nio.Buffer> Compressor that can compress a Buffer into a ByteBuffer and vize versa.ICompressorControl The interface to a provided compression algorithm.