bspatch

package
v1.0.5 Latest Latest
Warning

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

Go to latest
Published: Mar 21, 2019 License: MIT Imports: 6 Imported by: 4

Documentation

Overview

Package bspatch is a binary diff program using suffix sorting.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Bytes

func Bytes(oldfile, patch []byte) (newfile []byte, err error)

Bytes applies a patch with the oldfile to create the newfile

func File

func File(oldfile, newfile, patchfile string) error

File applies a BSDIFF4 patch (using oldfile and patchfile) to create the newfile

func Reader

func Reader(oldbin io.Reader, newbin io.Writer, patchf io.Reader) error

Reader applies a BSDIFF4 patch (using oldbin and patchf) to create the newbin

Types

This section is empty.

Jump to

Keyboard shortcuts

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