Documentation
¶
Index ¶
- func ReadBytes(r io.Reader) ([]byte, error)
- func ReadGob(r io.Reader, v interface{}) error
- func ReadSlice[T any](r io.Reader, s *[]T) error
- func ReadString(r io.Reader) (string, error)
- func WriteBytes(w io.Writer, s []byte) error
- func WriteGob(w io.Writer, v interface{}) error
- func WriteSlice[T any](w io.Writer, s []T) error
- func WriteString(w io.Writer, s string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReadString ¶
ReadString reads string from byte stream.
func WriteBytes ¶
WriteBytes writes bytes to byte stream.
func WriteSlice ¶
WriteSlice writes matrix to byte stream.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.