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