| Package | Description |
|---|---|
| org.eclipse.jgit.storage.file | |
| org.eclipse.jgit.storage.pack |
| Modifier and Type | Method and Description |
|---|---|
static PackIndex |
PackIndex.open(java.io.File idxFile)
Open an existing pack
.idx file for reading. |
static PackIndex |
PackIndex.read(java.io.InputStream fd)
Read an existing pack index file from a buffered stream.
|
| Constructor and Description |
|---|
PackReverseIndex(PackIndex packIndex)
Create reverse index from straight/forward pack index, by indexing all
its entries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PackWriter.excludeObjects(PackIndex idx)
Add a pack index whose contents should be excluded from the result.
|
Copyright © 2012. All Rights Reserved.