public final class HeapPointReader extends Object implements PointReader
| Constructor and Description |
|---|
HeapPointReader(byte[] block,
int packedBytesLength,
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(byte[] block,
int packedBytesLength,
int start,
int end)
public boolean next()
PointReadernext in interface PointReaderpublic PointValue pointValue()
PointReaderpointValue in interface PointReaderpublic void close()
close in interface Closeableclose in interface AutoCloseableCopyright © 2000-2019 Apache Software Foundation. All Rights Reserved.