Abstract
Abstract
bufferAbstract method to handle buffer decoding.
The buffer to decode.
Contextual information for error messaging.
An object providing a mechanism to decode the buffer back into data.
Abstract
dataAbstract method to handle data encoding.
The data to encode.
Contextual information for error messaging.
An object providing a mechanism to encode the data into a Uint8Array.
ScalarKind
Abstract Class - A base for scalar kinds providing contract for data and buffer manipulations.