RowFirstTableSpec
Classes
- RowFirstTableSpec
This is a schema class for binary data tables of class RowFirstTable
Constants
- SPEC_CACHE :
Cache.<string, RowFirstTableSpec>
Functions
- genRowReader(types, [endianType]) ⇒
function
- genRowWriter(types, [endianType]) ⇒
function
- compileDataViewValueWriter(type, offset, [endianType]) ⇒
function
- compileDataViewValueReader(type, offset, [endianType]) ⇒
function
SPEC_CACHE : Cache.<string, RowFirstTableSpec>
Kind: global constant
Read only: true
genRowReader(types, [endianType]) ⇒ function
Kind: global function
Param | Type |
---|---|
types | Array.<BinaryDataType> |
[endianType] | EndianType |
genRowWriter(types, [endianType]) ⇒ function
Kind: global function
Param | Type |
---|---|
types | Array.<BinaryDataType> |
[endianType] | EndianType |
compileDataViewValueWriter(type, offset, [endianType]) ⇒ function
Kind: global function
Param | Type |
---|---|
type | BinaryDataType |
offset | number |
[endianType] | EndianType |
compileDataViewValueReader(type, offset, [endianType]) ⇒ function
Kind: global function
Param | Type |
---|---|
type | BinaryDataType |
offset | number |
[endianType] | EndianType |