public interface PointReader
extends java.io.Closeable
PointWriter
, abstracting away whether points are read
from (offline) disk or simple arrays in heap.Modifier and Type | Method and Description |
---|---|
boolean |
next()
Returns false once iteration is done, else true.
|
PointValue |
pointValue()
Sets the packed value in the provided ByteRef
|
boolean next() throws java.io.IOException
java.io.IOException
PointValue pointValue()