Package nom.tam.fits.compression.algorithm.api
package nom.tam.fits.compression.algorithm.api
Common interface definitions for the various compression algorithms (primarily for internal use) . The
compression classes of nom-tam-fits come in a very fragmented packaging, which is unfortunate -- both because it's
hard to get a sense of the overall organization and because it results in way too many internals being exposed to
users, which could have been resticted to package-level visibility for internal use only. Alas, that's what it is, so
it's going to stick...
-
ClassDescriptionOption for the compression algorithm, implementors are used to control the compression algorithm.