github
readme
source
examples
distribution
Preparing search index...
The search index is not available
@oazmi/kitchensink - v0.8.4
@oazmi/kitchensink
eightpack
PrimitiveType
Type Alias PrimitiveType
Primitive
Type
:
|
PrimitiveArrayType
|
NumericType
|
VarNumericType
|
"cstr"
|
"bool"
binary primitive types
NumericType
various binary representations of number
NumericArrayType
various binary representations of array of numbers. requires defining array length (number of items) during decoding as
args[0]
"bytes"
a
Uint8Array
, which requires defining a bytesize length during decoding as
args[0]
"str"
a string, which requires defining a bytesize length during decoding as
args[0]
"cstr"
a null-terminated (
"\u0000"
) string. the null termination byte character is automatically added when encoding
"bool"
a boolean occupying a single byte
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
github
readme
source
examples
distribution
@oazmi/kitchensink - v0.8.4
Loading...
binary primitive types
args[0]
"bytes"
aUint8Array
, which requires defining a bytesize length during decoding asargs[0]
"str"
a string, which requires defining a bytesize length during decoding asargs[0]
"cstr"
a null-terminated ("\u0000"
) string. the null termination byte character is automatically added when encoding"bool"
a boolean occupying a single byte