@stricahq/cbors - v2.0.0
Preparing search index...
IncrementalDecoder
Class IncrementalDecoder
Index
Constructors
constructor
Methods
end
push
Constructors
constructor
new
IncrementalDecoder
(
options
?:
DecoderOptions
)
:
IncrementalDecoder
Parameters
options
:
DecoderOptions
= {}
Returns
IncrementalDecoder
Methods
end
end
()
:
void
Returns
void
push
push
(
chunk
:
Uint8Array
)
:
{
bytes
:
Uint8Array
;
value
:
any
}
[]
Parameters
chunk
:
Uint8Array
Returns
{
bytes
:
Uint8Array
;
value
:
any
}
[]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
end
push
@stricahq/cbors - v2.0.0
Loading...