payload

package
v1.7.10 Latest Latest
Warning

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

Go to latest
Published: Jan 10, 2025 License: MIT Imports: 2 Imported by: 1

Documentation

Overview

Package payload is used to concatenate an integer header and a set of bytes.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IPayload32 added in v1.6.11

type IPayload32 interface {
	GetHead() uint32
	// contains filtered or unexported methods
}

func LoadPayload32 added in v1.6.11

func LoadPayload32(pPayloadBytes []byte) IPayload32

func NewPayload32 added in v1.6.11

func NewPayload32(pHead uint32, pData []byte) IPayload32

type IPayload64 added in v1.6.11

type IPayload64 interface {
	GetHead() uint64
	// contains filtered or unexported methods
}

func LoadPayload64 added in v1.6.11

func LoadPayload64(pPayloadBytes []byte) IPayload64

func NewPayload64 added in v1.6.11

func NewPayload64(pHead uint64, pData []byte) IPayload64

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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