ComponentReaderCallback
typealias ComponentReaderCallback = (<Error class: unknown class><out <Error class: unknown class>>, byteOffset: Int) -> Any(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