Package | Description |
---|---|
org.eclipse.jgit.internal.storage.file |
File based repository storage.
|
Modifier and Type | Method and Description |
---|---|
static PackBitmapIndex |
PackBitmapIndex.open(File idxFile,
PackIndex packIndex,
PackReverseIndex reverseIndex)
Read an existing pack bitmap index file from a buffered stream.
|
static PackBitmapIndex |
PackBitmapIndex.read(InputStream fd,
PackIndex packIndex,
PackReverseIndex reverseIndex)
Read an existing pack bitmap index file from a buffered stream.
|
Copyright © 2017 Eclipse JGit Project. All rights reserved.