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 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 BinaryBlobExceptionModifier and TypeMethodDescriptionprivate MergeResult<RawText>ResolveMerger.contentMerge(CanonicalTreeParser base, CanonicalTreeParser ours, CanonicalTreeParser theirs, Attributes[] attributes, ContentMergeStrategy strategy) Does the content merge.private RawTextResolveMerger.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 IntListRawParseUtils.lineMapOrBinary(byte[] buf, int ptr, int end) LikeRawParseUtils.lineMap(byte[], int, int)but throwBinaryBlobExceptionif a NUL byte is encountered.