MCPcopy Create free account
hub / github.com/apache/fory / NewDecoder

Function NewDecoder

go/fory/meta/meta_string_decoder.go:29–34  ·  view source on GitHub ↗
(specialCh1 byte, specialCh2 byte)

Source from the content-addressed store, hash-verified

27}
28
29func NewDecoder(specialCh1 byte, specialCh2 byte) *Decoder {
30 return &Decoder{
31 specialChar1: specialCh1,
32 specialChar2: specialCh2,
33 }
34}
35
36// Decode
37// Accept an encodedBytes byte array, and the encoding method

Callers 1

Calls

no outgoing calls

Tested by 1