encoding2

package
v0.0.0-...-436d200 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 23, 2023 License: BSD-3-Clause Imports: 2 Imported by: 34

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL