Home > rc-js-util > INormalizedDataView
Provides a way to set a value on a DataView
without needing to know the types at the point of setting. Use NormalizedDataViewProvider to get an instance.
Signature:
export interface INormalizedDataView
Does not performs any sort of bounds checking, overflow is entirely the consumers concern.
Method | Description |
---|---|
getValue(dataView, ptr, littleEndian) | |
setValue(dataView, ptr, value, littleEndian) |