Package nom.tam.fits.compression.algorithm.api
package nom.tam.fits.compression.algorithm.api
-
InterfacesClassDescriptionOption 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.