Package | Description |
---|---|
org.eclipse.jgit.storage.dfs |
Distributed file system based repository storage.
|
org.eclipse.jgit.storage.pack |
Reading/writing Git pack files.
|
Modifier and Type | Method and Description |
---|---|
String |
DfsPackDescription.getFileName(PackExt ext) |
long |
DfsPackDescription.getFileSize(PackExt ext) |
protected abstract ReadableChannel |
DfsObjDatabase.openFile(DfsPackDescription desc,
PackExt ext)
Open a pack, pack index, or other related file for reading.
|
DfsPackDescription |
DfsPackDescription.setFileSize(PackExt ext,
long bytes) |
protected abstract DfsOutputStream |
DfsObjDatabase.writeFile(DfsPackDescription desc,
PackExt ext)
Open a pack, pack index, or other related file for writing.
|
Modifier and Type | Field and Description |
---|---|
static PackExt |
PackExt.INDEX
A pack index file extension.
|
static PackExt |
PackExt.PACK
A pack file extension.
|
Copyright © 2013. All Rights Reserved.