Preparing search index...
The search index is not available
txiki.js
txiki.js
tjs:ffi
SimpleType
Interface SimpleType<T>
interface
SimpleType
<
T
>
{
name
:
string
;
size
:
number
;
fromBuffer
(
buffer
:
Uint8Array
,
ctx
?:
{}
)
:
T
;
toBuffer
(
data
:
T
,
ctx
?:
{}
)
:
Uint8Array
;
}
Type Parameters
T
=
any
Implemented by
AdvancedType
Index
Properties
name
size
Methods
from
Buffer
to
Buffer
Properties
Readonly
name
name
:
string
Readonly
size
size
:
number
Methods
from
Buffer
from
Buffer
(
buffer
,
ctx
?
)
:
T
Parameters
buffer
:
Uint8Array
Optional
ctx
:
{}
Returns
T
to
Buffer
to
Buffer
(
data
,
ctx
?
)
:
Uint8Array
Parameters
data
:
T
Optional
ctx
:
{}
Returns
Uint8Array
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
size
Methods
from
Buffer
to
Buffer
txiki.js
Loading...