Class HeapPointReader

java.lang.Object
org.apache.lucene.util.bkd.HeapPointReader
All Implemented Interfaces:
Closeable, AutoCloseable, PointReader

public final class HeapPointReader extends Object implements PointReader
Utility class to read buffered points from in-heap arrays.
  • Field Details

  • Constructor Details

    • HeapPointReader

      public HeapPointReader(BKDConfig config, byte[] block, int start, int end)
  • Method Details