Uses of Class
org.eclipse.jgit.patch.BinaryHunk
-
Packages that use BinaryHunk Package Description org.eclipse.jgit.patch Patch file parser and data structure. -
-
Uses of BinaryHunk in org.eclipse.jgit.patch
Fields in org.eclipse.jgit.patch declared as BinaryHunk Modifier and Type Field Description (package private) BinaryHunk
FileHeader. forwardBinaryHunk
IfFileHeader.patchType
isFileHeader.PatchType.GIT_BINARY
, the new image(package private) BinaryHunk
FileHeader. reverseBinaryHunk
IfFileHeader.patchType
isFileHeader.PatchType.GIT_BINARY
, the old imageMethods in org.eclipse.jgit.patch that return BinaryHunk Modifier and Type Method Description BinaryHunk
FileHeader. getForwardBinaryHunk()
Get the new-image delta/literal if this is aFileHeader.PatchType.GIT_BINARY
.BinaryHunk
FileHeader. getReverseBinaryHunk()
Get the old-image delta/literal if this is aFileHeader.PatchType.GIT_BINARY
.
-