Uses of Class
org.eclipse.jgit.internal.storage.dfs.DfsOutputStream
-
Packages that use DfsOutputStream Package Description org.eclipse.jgit.internal.storage.dfs Distributed file system based repository storage. -
-
Uses of DfsOutputStream in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs that return DfsOutputStream Modifier and Type Method Description protected abstract DfsOutputStreamDfsObjDatabase. writeFile(DfsPackDescription desc, PackExt ext)Open a pack, pack index, or other related file for writing.protected DfsOutputStreamInMemoryRepository.MemObjDatabase. writeFile(DfsPackDescription desc, PackExt ext)
-