Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Esc ¶
type Esc struct { decoder.DecoderData // contains filtered or unexported fields }
Esc is the Decoding instance for esc encoded trices.
func (*Esc) Read ¶
Read is the provided read method for esc decoding of next string as byte slice. It uses inner reader p.in and internal id look-up table to fill b with a string. b is a slice of bytes with a len for the max expected string size. n is the count of read bytes inside b. Read returns one trice string or nothing.
Click to show internal directories.
Click to hide internal directories.