encoding

package
v0.5.0-alpha.4 Latest Latest
Warning

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

Go to latest
Published: Aug 15, 2025 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FormatFloat32

func FormatFloat32(val float32) string

func Hex

func Hex(v int64) string

Hex returns the hex form of a 64-bit integer.

func ReadBytes

func ReadBytes(r io.Reader) ([]byte, error)

ReadBytes reads bytes from byte stream.

func ReadGob

func ReadGob(r io.Reader, v interface{}) error

ReadGob read object from byte stream.

func ReadMatrix

func ReadMatrix(r io.Reader, m [][]float32) error

ReadMatrix reads matrix from byte stream.

func ReadString

func ReadString(r io.Reader) (string, error)

ReadString reads string from byte stream.

func WriteBytes

func WriteBytes(w io.Writer, s []byte) error

WriteBytes writes bytes to byte stream.

func WriteGob

func WriteGob(w io.Writer, v interface{}) error

WriteGob writes object to byte stream.

func WriteMatrix

func WriteMatrix(w io.Writer, m [][]float32) error

WriteMatrix writes matrix to byte stream.

func WriteString

func WriteString(w io.Writer, s string) error

WriteString writes string to byte stream.

Types

This section is empty.

Jump to

Keyboard shortcuts

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