Uses of Class
org.eclipse.jgit.errors.BinaryBlobException
-
Packages that use BinaryBlobException Package Description org.eclipse.jgit.diff Comparing file contents by computing diffs.org.eclipse.jgit.merge Content and commit history merge algorithms.org.eclipse.jgit.util Utility classes. -
-
Uses of BinaryBlobException in org.eclipse.jgit.diff
Methods in org.eclipse.jgit.diff that throw BinaryBlobException Modifier and Type Method Description static RawTextRawText. load(ObjectLoader ldr, int threshold)Read a blob object into RawText, or throw BinaryBlobException if the blob is binary.private RawTextDiffFormatter. open(DiffEntry.Side side, DiffEntry entry) -
Uses of BinaryBlobException in org.eclipse.jgit.merge
Methods in org.eclipse.jgit.merge that throw BinaryBlobException Modifier and Type Method Description private RawTextResolveMerger. getRawText(ObjectId id, Attributes attributes) -
Uses of BinaryBlobException in org.eclipse.jgit.util
Methods in org.eclipse.jgit.util that throw BinaryBlobException Modifier and Type Method Description static IntListRawParseUtils. lineMapOrBinary(byte[] buf, int ptr, int end)LikeRawParseUtils.lineMap(byte[], int, int)but throwBinaryBlobExceptionif a NUL byte is encountered.
-