Uses of Class
org.eclipse.jgit.internal.storage.file.Pack.Delta
-
Packages that use Pack.Delta Package Description org.eclipse.jgit.internal.storage.file File based repository storage. -
-
Uses of Pack.Delta in org.eclipse.jgit.internal.storage.file
Fields in org.eclipse.jgit.internal.storage.file declared as Pack.Delta Modifier and Type Field Description (package private) Pack.Delta
Pack.Delta. next
Child that applies onto this object.Constructors in org.eclipse.jgit.internal.storage.file with parameters of type Pack.Delta Constructor Description Delta(Pack.Delta next, long ofs, int sz, int hdrLen, long baseOffset)
-