Package nom.tam.image.tile.operation.buffer
package nom.tam.image.tile.operation.buffer
(for internal use) Buffering support for image tiles. It's weird that these classes aren't bundled with the rest of the tiling support, but that's life.
The classes of these package are used internally, e.g. by CompressedImageHDU
and CompressedTableHDU
, which are typically the main compression classes the
user will interact with.
- See Also:
-
ClassesClassDescription(for internal use) A linear buffer that contains data for a single 2D image tile, in row-major format.(for internal use) Creates linear buffers for storing data of 2D image tiles.Deprecated.
TileBufferFactory
instead to construct and access viaTileBuffer
interface.