Package | Description |
---|---|
org.eclipse.jgit.storage.dfs | |
org.eclipse.jgit.storage.file | |
org.eclipse.jgit.transport |
Modifier and Type | Method and Description |
---|---|
protected void |
DfsPackParser.onObjectData(PackParser.Source src,
byte[] raw,
int pos,
int len) |
protected void |
DfsPackParser.onObjectHeader(PackParser.Source src,
byte[] raw,
int pos,
int len) |
Modifier and Type | Method and Description |
---|---|
protected void |
ObjectDirectoryPackParser.onObjectData(PackParser.Source src,
byte[] raw,
int pos,
int len) |
protected void |
ObjectDirectoryPackParser.onObjectHeader(PackParser.Source src,
byte[] raw,
int pos,
int len) |
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 |
---|---|
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.
|
Copyright © 2012. All Rights Reserved.