ComponentReaderCallback

typealias ComponentReaderCallback = (dataView: DataView<*>, byteOffset: Int) -> JsAny(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