binary

package
v1.2.1 Latest Latest
Warning

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

Go to latest
Published: Oct 18, 2023 License: MIT Imports: 1 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Endian

type Endian interface {
	Int8(b []byte) int8
	PutInt8(b []byte, v int8)

	Int16(b []byte) int16
	PutInt16(b []byte, v int16)

	Int32(b []byte) int32
	PutInt32(b []byte, v int32)

	String(b []byte) string
	PutString(b []byte, v string)
}

func BigEndian

func BigEndian() Endian

BigEndian big endian.

Jump to

Keyboard shortcuts

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