| Package | Description |
|---|---|
| org.eclipse.jgit.patch |
Patch file parser and data structure.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) BinaryHunk |
FileHeader.forwardBinaryHunk
If
FileHeader.patchType is FileHeader.PatchType.GIT_BINARY, the new image |
(package private) BinaryHunk |
FileHeader.reverseBinaryHunk
If
FileHeader.patchType is FileHeader.PatchType.GIT_BINARY, the old image |
| Modifier and Type | Method and Description |
|---|---|
BinaryHunk |
FileHeader.getForwardBinaryHunk()
Get the new-image delta/literal if this is a
FileHeader.PatchType.GIT_BINARY. |
BinaryHunk |
FileHeader.getReverseBinaryHunk()
Get the old-image delta/literal if this is a
FileHeader.PatchType.GIT_BINARY. |