common

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Apr 15, 2023 License: MIT Imports: 0 Imported by: 6

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Signature = []byte{'U', 'P', 'S', '1'}

Functions

This section is empty.

Types

type PatchBlock

type PatchBlock struct {
	RelativeOffset uint64
	Data           []byte
}

PatchBlock represents a single change from the original file to the modified file.

type PatchData

type PatchData struct {
	InputFileSize  uint64
	OutputFileSize uint64

	PatchBlocks []PatchBlock

	InputChecksum  uint32
	OutputChecksum uint32
}

Jump to

Keyboard shortcuts

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