bcs

package
v1.5.9 Latest Latest
Warning

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

Go to latest
Published: Jan 25, 2024 License: LGPL-3.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const (
	MAX_SEQUENCE_LENGTH = (1 << 31) - 1
)

Variables

This section is empty.

Functions

func Encode

func Encode(w io.Writer, val interface{}) (int, error)

func EncodeToBytes

func EncodeToBytes(val interface{}) ([]byte, error)

func MustEncodeToBytes

func MustEncodeToBytes(val interface{}) []byte

func WriteBool

func WriteBool(w io.Writer, v bool) (int, error)

func WriteBytes

func WriteBytes(w io.Writer, v []byte) (int, error)

func WriteEnumIndex

func WriteEnumIndex(w io.Writer, index int) (int, error)

func WriteInt16

func WriteInt16(w io.Writer, v int16) (int, error)

func WriteInt32

func WriteInt32(w io.Writer, v int32) (int, error)

func WriteInt64

func WriteInt64(w io.Writer, v int64) (int, error)

func WriteInt8

func WriteInt8(w io.Writer, v int8) (int, error)

func WriteLen

func WriteLen(w io.Writer, len int) (int, error)

func WriteOption

func WriteOption(w io.Writer, some bool) (int, error)

func WriteString

func WriteString(w io.Writer, v string) (int, error)

func WriteUint16

func WriteUint16(w io.Writer, v uint16) (int, error)

func WriteUint32

func WriteUint32(w io.Writer, v uint32) (int, error)

func WriteUint64

func WriteUint64(w io.Writer, v uint64) (int, error)

func WriteUint8

func WriteUint8(w io.Writer, v uint8) (int, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

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