Package | Description |
---|---|
org.eclipse.jgit.internal.fsck |
Git fsck support.
|
org.eclipse.jgit.internal.storage.dfs |
Distributed file system based repository storage.
|
org.eclipse.jgit.internal.storage.file |
File based repository storage.
|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Method and Description |
---|---|
protected void |
FsckPackParser.onObjectData(PackParser.Source src,
byte[] raw,
int pos,
int len)
Store (and/or checksum) a portion of an object's data.
|
protected void |
FsckPackParser.onObjectHeader(PackParser.Source src,
byte[] raw,
int pos,
int len)
Store (and/or checksum) an object header.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DfsPackParser.onObjectData(PackParser.Source src,
byte[] raw,
int pos,
int len)
Store (and/or checksum) a portion of an object's data.
|
protected void |
DfsPackParser.onObjectHeader(PackParser.Source src,
byte[] raw,
int pos,
int len)
Store (and/or checksum) an object header.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ObjectDirectoryPackParser.onObjectData(PackParser.Source src,
byte[] raw,
int pos,
int len)
Store (and/or checksum) a portion of an object's data.
|
protected void |
ObjectDirectoryPackParser.onObjectHeader(PackParser.Source src,
byte[] raw,
int pos,
int len)
Store (and/or checksum) an object header.
|
Modifier and Type | Field and Description |
---|---|
private PackParser.Source |
PackParser.InflaterStream.src |
Modifier and Type | Method and Description |
---|---|
static PackParser.Source |
PackParser.Source.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PackParser.Source[] |
PackParser.Source.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
(package private) int |
PackParser.fill(PackParser.Source src,
int need) |
private java.io.InputStream |
PackParser.inflate(PackParser.Source src,
long inflatedSize) |
private byte[] |
PackParser.inflateAndReturn(PackParser.Source src,
long inflatedSize) |
private void |
PackParser.inflateAndSkip(PackParser.Source src,
long inflatedSize) |
protected abstract void |
PackParser.onObjectData(PackParser.Source src,
byte[] raw,
int pos,
int len)
Store (and/or checksum) a portion of an object's data.
|
protected abstract void |
PackParser.onObjectHeader(PackParser.Source src,
byte[] raw,
int pos,
int len)
Store (and/or checksum) an object header.
|
(package private) void |
PackParser.InflaterStream.open(PackParser.Source source,
long inflatedSize) |
private int |
PackParser.readFrom(PackParser.Source src) |