Uses of Class
org.eclipse.jgit.patch.BinaryHunk
Packages that use BinaryHunk
-
Uses of BinaryHunk in org.eclipse.jgit.patch
Fields in org.eclipse.jgit.patch declared as BinaryHunkModifier and TypeFieldDescription(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 BinaryHunkModifier and TypeMethodDescriptionFileHeader.getForwardBinaryHunk()
Get the new-image delta/literal if this is aFileHeader.PatchType.GIT_BINARY
.FileHeader.getReverseBinaryHunk()
Get the old-image delta/literal if this is aFileHeader.PatchType.GIT_BINARY
.