ComponentsReaderCallback

typealias ComponentsReaderCallback = (@R|kotlin/ParameterName|(name = String(dataView)) ERROR CLASS: Symbol not found for DataView<*>, byteOffset: Int, numberOfComponents: Int, @R|kotlin/ParameterName|(name = String(result)) ERROR CLASS: Symbol not found for ReadonlyArray<ERROR CLASS: Symbol not found for JsDouble>) -> 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