ecma335

package
v0.0.0-...-1395bb2 Latest Latest
Warning

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

Go to latest
Published: Mar 27, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DecodeCompressedInt32

func DecodeCompressedInt32(data []byte) (result int32, n int, err error)

DecodeCompressedInt32 converts 1-4 compressed bytes into one int32, as defined in §II.23.2. Returns the result and the number of bytes read to obtain the result, or an error.

func DecodeCompressedUint32

func DecodeCompressedUint32(data []byte) (result uint32, n int, err error)

DecodeCompressedUint32 converts 1-4 compressed bytes into one uint32, as defined in §II.23.2. Returns the result and the number of bytes read to obtain the result, or an error.

Types

This section is empty.

Jump to

Keyboard shortcuts

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