|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PackIndex | |
|---|---|
| org.eclipse.jgit.storage.file | File based repository storage. |
| Uses of PackIndex in org.eclipse.jgit.storage.file |
|---|
| Methods in org.eclipse.jgit.storage.file that return PackIndex | |
|---|---|
PackIndex |
PackFile.getIndex()
|
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. |
| Constructors in org.eclipse.jgit.storage.file with parameters of type PackIndex | |
|---|---|
PackReverseIndex(PackIndex packIndex)
Create reverse index from straight/forward pack index, by indexing all its entries. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||