Package | Description |
---|---|
org.eclipse.jgit.diff |
Comparing file contents by computing diffs.
|
org.eclipse.jgit.util |
Utility classes.
|
Modifier and Type | Method and Description |
---|---|
static RawText |
RawText.load(ObjectLoader ldr,
int threshold)
Read a blob object into RawText, or throw BinaryBlobException if the blob
is binary.
|
Modifier and Type | Method and Description |
---|---|
static IntList |
RawParseUtils.lineMapOrBinary(byte[] buf,
int ptr,
int end)
Like
RawParseUtils.lineMap(byte[], int, int) but throw
BinaryBlobException if a NUL byte is encountered. |
Copyright © 2018 Eclipse JGit Project. All rights reserved.