js-util

Home > rc-js-util > INormalizedDataView

INormalizedDataView interface

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 

Remarks

Does not performs any sort of bounds checking, overflow is entirely the consumers concern.

Methods

Method Description
getValue(dataView, ptr, littleEndian)  
setValue(dataView, ptr, value, littleEndian)