Documentation ¶
Overview ¶
encoding2 is a collection of functions meant to supplement the capabilities provided by the standard "encoding" package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HexEncodeToWriter ¶
func HexEncodeToWriter(w BinaryWriter, data []byte)
This hex encodes the binary data and writes the encoded data to the writer.
Types ¶
type BinaryWriter ¶
type BinaryWriter interface { io.Writer io.ByteWriter }
An interface for encoding byte values.
Click to show internal directories.
Click to hide internal directories.