See: Description
| Interface | Description |
|---|---|
| DiffSettings |
Defines directives that control how the Diff process is carried out.
|
| Class | Description |
|---|---|
| CountingOutputStream |
A passthrough OutputStream implementation that counts (and can report) the
number of bytes that have been written to the stream.
|
| DefaultDiffSettings |
Provides a default set of DiffSettings that produces patches that are
compatible with the bsdiff reference implementation.
|
| Diff |
This class provides functionality for generating bsdiff patches from two
source files (an old and new file).
|
| Patch |
This class provides functionality for using an old file and a patch to
generate a new file using the bsdiff patching algorithm.
|
| Exception | Description |
|---|---|
| InvalidHeaderException |
An exception that indicates a malformed bsdiff header.
|
Copyright © 2016 Colorado State University. All rights reserved.