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
Methods in org.eclipse.jgit.patch that return BinaryHunk Modifier and Type Method Description BinaryHunkFileHeader. getForwardBinaryHunk()Get the new-image delta/literal if this is aFileHeader.PatchType.GIT_BINARY.BinaryHunkFileHeader. getReverseBinaryHunk()Get the old-image delta/literal if this is aFileHeader.PatchType.GIT_BINARY.
-