Uses of Class
org.eclipse.jgit.errors.BinaryBlobException
Packages that use BinaryBlobException
Package
Description
Comparing file contents by computing diffs.
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. -
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.