Uses of Class
nom.tam.fits.compression.algorithm.rice.BitBuffer
-
Packages that use BitBuffer Package Description nom.tam.fits.compression.algorithm.rice -
-
Uses of BitBuffer in nom.tam.fits.compression.algorithm.rice
Methods in nom.tam.fits.compression.algorithm.rice with parameters of type BitBuffer Modifier and Type Method Description protected void
RiceCompressor. compress(int dataLength, int firstPixel, BitBuffer buffer)
compress the integer tiledImageOperation on a rise compressed byte buffer.
-