Uses of Class
org.eclipse.jgit.internal.storage.pack.PackWriter
-
Packages that use PackWriter Package Description org.eclipse.jgit.internal.storage.dfs Distributed file system based repository storage.org.eclipse.jgit.internal.storage.pack Reading/writing Git pack files. -
-
Uses of PackWriter in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type PackWriter Modifier and Type Method Description voidDfsReader. selectObjectRepresentation(PackWriter packer, ProgressMonitor monitor, Iterable<ObjectToPack> objects) -
Uses of PackWriter in org.eclipse.jgit.internal.storage.pack
Methods in org.eclipse.jgit.internal.storage.pack that return types with arguments of type PackWriter Modifier and Type Method Description static Iterable<PackWriter>PackWriter. getInstances()Methods in org.eclipse.jgit.internal.storage.pack with parameters of type PackWriter Modifier and Type Method Description voidObjectReuseAsIs. selectObjectRepresentation(PackWriter packer, ProgressMonitor monitor, Iterable<ObjectToPack> objects)Select the best object representation for a packer.Constructors in org.eclipse.jgit.internal.storage.pack with parameters of type PackWriter Constructor Description PackOutputStream(ProgressMonitor writeMonitor, OutputStream out, PackWriter pw)Initialize a pack output stream.
-