ComponentsReaderCallback

typealias ComponentsReaderCallback = (<Error class: unknown class><out <Error class: unknown class>>, byteOffset: Int, numberOfComponents: Int, <Error class: unknown class><Double>) -> Unit(source)

Reads and returns a value with the given type at the given byte offset from the data view, in little-endian order

Parameters

dataView

Typed data view into a binary buffer

byteOffset

The offset, in bytes, from the start of the view to read the data from

numberOfComponents

The number of components to read

result

The array in which to read the result