encoding

package
v0.4.5 Latest Latest
Warning

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

Go to latest
Published: Jul 9, 2022 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ArrayBytes

func ArrayBytes[T any](val []T) uintptr

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 MatrixBytes

func MatrixBytes[T any](val [][]T) uintptr

func ParseFloat32

func ParseFloat32(val string) float32

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 StringsBytes

func StringsBytes(val []string) uintptr

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