Preparing search index...
The search index is not available
json-joy
json-joy
json-crdt/codec/sidecar/binary
Decoder
Class Decoder
Index
Constructors
constructor
Properties
clock
Decoder?
decoder
doc
time
Methods
c
Arr
c
Bin
c
Con
c
Node
c
Obj
c
Root
c
Str
c
Val
c
Vec
decode
decode
Clock
Table
ts
Constructors
constructor
new
Decoder
(
)
:
Decoder
Returns
Decoder
Properties
Protected
Optional
clock
Decoder
clock
Decoder
?:
ClockDecoder
= undefined
Protected
Readonly
decoder
decoder
:
CborDecoderBase
<
CrdtReader
>
= ...
Protected
doc
doc
:
Model
<
JsonNode
<
any
>
>
Protected
time
time
:
number
= -1
Methods
Protected
c
Arr
c
Arr
(
view
,
id
,
length
)
:
ArrNode
<
JsonNode
<
unknown
>
>
Parameters
view
:
unknown
id
:
ITimestampStruct
length
:
number
Returns
ArrNode
<
JsonNode
<
unknown
>
>
Protected
c
Bin
c
Bin
(
view
,
id
,
length
)
:
BinNode
Parameters
view
:
unknown
id
:
ITimestampStruct
length
:
number
Returns
BinNode
Protected
c
Con
c
Con
(
view
,
id
,
length
)
:
ConNode
<
unknown
>
Parameters
view
:
unknown
id
:
ITimestampStruct
length
:
number
Returns
ConNode
<
unknown
>
Protected
c
Node
c
Node
(
view
)
:
JsonNode
<
unknown
>
Parameters
view
:
unknown
Returns
JsonNode
<
unknown
>
Protected
c
Obj
c
Obj
(
view
,
id
,
length
)
:
ObjNode
<
Record
<
string
,
JsonNode
<
unknown
>
>
>
Parameters
view
:
unknown
id
:
ITimestampStruct
length
:
number
Returns
ObjNode
<
Record
<
string
,
JsonNode
<
unknown
>
>
>
Protected
c
Root
c
Root
(
view
)
:
JsonNode
<
unknown
>
Parameters
view
:
unknown
Returns
JsonNode
<
unknown
>
Protected
c
Str
c
Str
(
view
,
id
,
length
)
:
StrNode
<
string
>
Parameters
view
:
unknown
id
:
ITimestampStruct
length
:
number
Returns
StrNode
<
string
>
Protected
c
Val
c
Val
(
view
,
id
)
:
ValNode
<
JsonNode
<
unknown
>
>
Parameters
view
:
unknown
id
:
ITimestampStruct
Returns
ValNode
<
JsonNode
<
unknown
>
>
Protected
c
Vec
c
Vec
(
view
,
id
,
length
)
:
VecNode
<
JsonNode
<
unknown
>
[]
>
Parameters
view
:
unknown
id
:
ITimestampStruct
length
:
number
Returns
VecNode
<
JsonNode
<
unknown
>
[]
>
decode
decode
(
view
,
meta
)
:
Model
<
JsonNode
<
any
>
>
Parameters
view
:
unknown
meta
:
Uint8Array
Returns
Model
<
JsonNode
<
any
>
>
Protected
decode
Clock
Table
decode
Clock
Table
(
)
:
void
Returns
void
Protected
ts
ts
(
)
:
ITimestampStruct
Returns
ITimestampStruct
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
clock
Decoder
decoder
doc
time
c
Arr
c
Bin
c
Con
c
Node
c
Obj
c
Root
c
Str
c
Val
c
Vec
decode
decode
Clock
Table
ts
json-joy
Loading...