Package | Description |
---|---|
org.eclipse.jgit.internal.storage.file |
File based repository storage.
|
Modifier and Type | Method | 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 © 2018. All rights reserved.