| Package | Description |
|---|---|
| io.sigpipe.jbsdiff |
This library is a native Java implementation of bsdiff
(http://www.daemonology.net/bsdiff/).
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDiffSettings
Provides a default set of DiffSettings that produces patches that are
compatible with the bsdiff reference implementation.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Diff.diff(byte[] oldBytes,
byte[] newBytes,
OutputStream out,
DiffSettings settings)
Using two different versions of a file, generate a bsdiff patch that can
be applied to the old file to create the new file.
|
Copyright © 2016 Colorado State University. All rights reserved.