rwu

package
v3.0.5 Latest Latest
Warning

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

Go to latest
Published: Nov 14, 2023 License: BSD-3-Clause Imports: 2 Imported by: 0

Documentation

Overview

Utilities for reading and writing of binary data

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ReadBool

func ReadBool(r io.Reader) (bool, error)

func ReadByte

func ReadByte(r io.Reader) (byte, error)

func ReadBytes

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

func ReadInt16

func ReadInt16(r io.Reader) (int16, error)

func ReadInt32

func ReadInt32(r io.Reader) (int32, error)

func ReadInt64

func ReadInt64(r io.Reader) (int64, error)

func ReadInt8

func ReadInt8(r io.Reader) (int8, error)

func ReadString

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

func ReadUint16

func ReadUint16(r io.Reader) (uint16, error)

func ReadUint32

func ReadUint32(r io.Reader) (uint32, error)

func ReadUint64

func ReadUint64(r io.Reader) (uint64, error)

func ReadUint8

func ReadUint8(r io.Reader) (uint8, error)

func WriteBool

func WriteBool(w io.Writer, b bool) error

Types

This section is empty.

Jump to

Keyboard shortcuts

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