bufferutil

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Mar 9, 2020 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ReadBool

func ReadBool(buf []byte, pos int32) bool

func ReadFloat32

func ReadFloat32(buf []byte, pos int32, isBigEndian bool) float32

func ReadFloat64

func ReadFloat64(buf []byte, pos int32, isBigEndian bool) float64

func ReadInt16

func ReadInt16(buf []byte, pos int32, isBigEndian bool) int16

func ReadInt32

func ReadInt32(buf []byte, pos int32, isBigEndian bool) int32

func ReadInt64

func ReadInt64(buf []byte, pos int32, isBigEndian bool) int64

func ReadUInt16

func ReadUInt16(buf []byte, pos int32, isBigEndian bool) uint16

func ReadUInt8

func ReadUInt8(buf []byte, pos int32) uint8

func WriteBool

func WriteBool(buf []byte, pos int32, v bool)

func WriteFloat32

func WriteFloat32(buf []byte, pos int32, v float32, isBigEndian bool)

func WriteFloat64

func WriteFloat64(buf []byte, pos int32, v float64, isBigEndian bool)

func WriteInt16

func WriteInt16(buf []byte, pos int32, v int16, isBigEndian bool)

func WriteInt32

func WriteInt32(buf []byte, pos int32, v int32, isBigEndian bool)

func WriteInt64

func WriteInt64(buf []byte, pos int32, v int64, isBigEndian bool)

func WriteUInt16

func WriteUInt16(buf []byte, pos int32, v uint16, isBigEndian bool)

func WriteUInt8

func WriteUInt8(buf []byte, pos int32, v uint8)

Types

This section is empty.

Jump to

Keyboard shortcuts

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