Class 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 Detail

      • HeapPointReader

        public HeapPointReader​(byte[] block,
                               int packedBytesLength,
                               int start,
                               int end)