libolmpickle

package
v0.18.0 Latest Latest
Warning

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

Go to latest
Published: Mar 16, 2024 License: MPL-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PickleBool

func PickleBool(value bool, target []byte) int

func PickleBoolLen

func PickleBoolLen(value bool) int

func PickleBytes

func PickleBytes(value, target []byte) int

func PickleBytesLen

func PickleBytesLen(value []byte) int

func PickleUInt32

func PickleUInt32(value uint32, target []byte) int

func PickleUInt32Len

func PickleUInt32Len(value uint32) int

func PickleUInt8

func PickleUInt8(value uint8, target []byte) int

func PickleUInt8Len

func PickleUInt8Len(value uint8) int

func UnpickleBool

func UnpickleBool(value []byte) (bool, int, error)

func UnpickleBytes

func UnpickleBytes(value []byte, length int) ([]byte, int, error)

func UnpickleUInt32

func UnpickleUInt32(value []byte) (uint32, int, error)

func UnpickleUInt8

func UnpickleUInt8(value []byte) (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