Documentation
¶
Overview ¶
Package charDecoder provides a pass-through decoder for character streams.
It is used for transport modes where incoming data is already plain text and should be forwarded unchanged.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(w io.Writer, lut id.TriceIDLookUp, m *sync.RWMutex, li id.TriceIDLookUpLI, in io.Reader, endian bool) decoder.Decoder
New creates a character stream decoder.
The returned decoder forwards input bytes as-is. The LUT and endianness fields are stored for API consistency with other decoders.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.