OfflinePointReader

class OfflinePointReader(config: BKDConfig, tempDir: Directory, tempFileName: String, start: Long, length: Long, reusableBuffer: ByteArray) : PointReader

Reads points from disk in a fixed-with format, previously written with [ ].

Constructors

Link copied to clipboard
constructor(config: BKDConfig, tempDir: Directory, tempFileName: String, start: Long, length: Long, reusableBuffer: ByteArray)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var offset: Int
Link copied to clipboard

Functions

Link copied to clipboard
open override fun close()
Link copied to clipboard
open override fun next(): Boolean

Returns false once iteration is done, else true.

Link copied to clipboard
open override fun pointValue(): PointValue

Sets the packed value in the provided ByteRef