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
Subclasses of DfsOutputStream in org.eclipse.jgit.internal.storage.dfs Modifier and Type Class Description private static class
InMemoryRepository.Out
Fields in org.eclipse.jgit.internal.storage.dfs declared as DfsOutputStream Modifier and Type Field Description private DfsOutputStream
DfsInserter.PackStream. out
private DfsOutputStream
DfsPackParser. out
Stream to the DFS storage, opened duringDfsPackParser.onPackHeader(long)
.Methods in org.eclipse.jgit.internal.storage.dfs that return DfsOutputStream Modifier and Type Method Description protected abstract DfsOutputStream
DfsObjDatabase. writeFile(DfsPackDescription desc, PackExt ext)
Open a pack, pack index, or other related file for writing.protected DfsOutputStream
InMemoryRepository.MemObjDatabase. writeFile(DfsPackDescription desc, PackExt ext)
Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type DfsOutputStream Modifier and Type Method Description (package private) static ReftableConfig
DfsPackCompactor. configureReftable(ReftableConfig cfg, DfsOutputStream out)
Constructors in org.eclipse.jgit.internal.storage.dfs with parameters of type DfsOutputStream Constructor Description PackStream(DfsOutputStream out)
-