Class BinaryTableTileCompressor

java.lang.Object
nom.tam.image.compression.bintable.BinaryTableTile
nom.tam.image.compression.bintable.BinaryTableTileCompressor
All Implemented Interfaces:
Runnable

public class BinaryTableTileCompressor extends BinaryTableTile
(for internal use) Handles the compression of binary table 'tiles'.
  • Constructor Details

    • BinaryTableTileCompressor

      public BinaryTableTileCompressor(CompressedTableData compressedTable, ColumnTable<?> columnTable, BinaryTableTileDescription description)
      Deprecated.
      (for internal use) Its visibility will be reduced in the future, not to mention that it should take a BinaryTable as its argument with heap and all. It cannot be used for compressing binary tables with variable-length columns.
    • BinaryTableTileCompressor

      public BinaryTableTileCompressor(CompressedTableData compressedTable, BinaryTable table, BinaryTableTileDescription description)
      (for internal use)
      Parameters:
      compressedTable - a compressed table in which we'll insert the data for the compressed tile
      table - the original uncompressed binary table
      description - the tile description.
  • Method Details