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