Uses of Class
org.eclipse.jgit.internal.storage.dfs.DfsOutputStream
Packages that use DfsOutputStream
Package
Description
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.dfsFields in org.eclipse.jgit.internal.storage.dfs declared as DfsOutputStreamModifier and TypeFieldDescriptionprivate final DfsOutputStreamDfsInserter.PackStream.outprivate DfsOutputStreamDfsPackParser.outStream to the DFS storage, opened duringDfsPackParser.onPackHeader(long).Methods in org.eclipse.jgit.internal.storage.dfs that return DfsOutputStreamModifier and TypeMethodDescriptionprotected 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) Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type DfsOutputStreamModifier and TypeMethodDescription(package private) static ReftableConfigDfsPackCompactor.configureReftable(ReftableConfig cfg, DfsOutputStream out) Constructors in org.eclipse.jgit.internal.storage.dfs with parameters of type DfsOutputStream