Uses of Class
org.eclipse.jgit.internal.storage.file.LocalObjectToPack
-
Packages that use LocalObjectToPack Package Description org.eclipse.jgit.internal.storage.file File based repository storage. -
-
Uses of LocalObjectToPack in org.eclipse.jgit.internal.storage.file
Methods in org.eclipse.jgit.internal.storage.file that return LocalObjectToPack Modifier and Type Method Description LocalObjectToPack
WindowCursor. newObjectToPack(AnyObjectId objectId, int type)
Allocate a newPackWriter
state structure for an object.Methods in org.eclipse.jgit.internal.storage.file with parameters of type LocalObjectToPack Modifier and Type Method Description (package private) void
Pack. copyAsIs(PackOutputStream out, LocalObjectToPack src, boolean validate, WindowCursor curs)
private void
Pack. copyAsIs2(PackOutputStream out, LocalObjectToPack src, boolean validate, WindowCursor curs)
-