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.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. -
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.
-