encoding

package
v0.5.1 Latest Latest
Warning

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

Go to latest
Published: Dec 20, 2025 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

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 ReadSlice

func ReadSlice[T any](r io.Reader, s *[]T) error

ReadSlice 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 WriteSlice

func WriteSlice[T any](w io.Writer, s []T) error

WriteSlice 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