Class DfsReader.FoundObject<T extends ObjectId>
java.lang.Object
org.eclipse.jgit.internal.storage.dfs.DfsReader.FoundObject<T>
- Enclosing class:
DfsReader
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFoundObject
(T objectId) FoundObject
(T objectId, int packIdx, DfsPackFile pack, long offset) -
Method Summary
-
Field Details
-
id
-
pack
-
offset
final long offset -
packIndex
final int packIndex
-
-
Constructor Details
-
FoundObject
FoundObject(T objectId, int packIdx, DfsPackFile pack, long offset) -
FoundObject
FoundObject(T objectId)
-