Uses of Class
org.eclipse.jgit.internal.storage.dfs.DfsReader.PackLoadListener.DfsBlockData
Packages that use DfsReader.PackLoadListener.DfsBlockData
Package
Description
Distributed file system based repository storage.
-
Uses of DfsReader.PackLoadListener.DfsBlockData in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type DfsReader.PackLoadListener.DfsBlockDataModifier and TypeMethodDescriptionvoid
DfsReader.PackLoadListener.onBlockLoad
(String packName, DfsObjDatabase.PackSource src, PackExt ext, long position, DfsReader.PackLoadListener.DfsBlockData dfsBlockData) This is called when a dfs block is loaded into the reader.