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.
NOTE: This API is for internal purposes only and might change in incompatible ways in the next release.
  • Constructor Details

    • HeapPointReader

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