types

package
v0.0.0-...-15099dc Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ReadBool

func ReadBool(r *bytes.Reader, out *bool) error

func ReadFloat64

func ReadFloat64(r *bytes.Reader, out *float64) error

func ReadInt16

func ReadInt16(r *bytes.Reader, out *int16) error

func ReadInt16_

func ReadInt16_(r *typesbytes.ChunkReader, out *int16) error

func ReadInt32

func ReadInt32(r *bytes.Reader, out *int32) error

func ReadInt32_

func ReadInt32_(r *typesbytes.ChunkReader, out *int32) error

func ReadInt64

func ReadInt64(r *bytes.Reader, out *int64) error

func ReadInt64_

func ReadInt64_(r *typesbytes.ChunkReader, out *int64) error

func ReadInt8

func ReadInt8(r *bytes.Reader, out *int8) error

func ReadInt8_

func ReadInt8_(r *serialization.Reader, out *int8) error

func ReadInt8__

func ReadInt8__(r *typesbytes.ChunkReader, out *int8) error

func ReadUint16

func ReadUint16(r *bytes.Reader, out *uint16) error

func WriteBool

func WriteBool(w *typesbytes.SliceWriter, data bool) error

func WriteFloat64

func WriteFloat64(w *typesbytes.SliceWriter, data float64) error

func WriteInt16

func WriteInt16(w *typesbytes.SliceWriter, data int16) error

func WriteInt32

func WriteInt32(w *typesbytes.SliceWriter, data int32) error

func WriteInt64

func WriteInt64(w *typesbytes.SliceWriter, data int64) error

func WriteInt8

func WriteInt8(w *typesbytes.SliceWriter, data int8) error

func WriteUint16

func WriteUint16(w *typesbytes.SliceWriter, data uint16) error

Types

type Readers

type Readers interface {
	*bytes.Reader | *typesbytes.ChunkReader | *serialization.Reader
	Read([]byte) (int, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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