unpack

fun unpack(bytesRef: BytesRef?, start: Int, buf: LongArray?)

Unpack a BytesRef into a long point. This method can be used to unpack values that were packed with .pack.

Parameters

bytesRef

BytesRef Value

start

the start offset to unpack the values from

buf

the buffer to store the values in

Throws

if bytesRef or buf are null