public final class HeapPointReader extends Object implements PointReader
Constructor and Description |
---|
HeapPointReader(BKDConfig config,
byte[] block,
int start,
int end) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
next()
Returns false once iteration is done, else true.
|
PointValue |
pointValue()
Sets the packed value in the provided ByteRef
|
public HeapPointReader(BKDConfig config, byte[] block, int start, int end)
public boolean next()
PointReader
next
in interface PointReader
public PointValue pointValue()
PointReader
pointValue
in interface PointReader
public void close()
close
in interface Closeable
close
in interface AutoCloseable
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.