Uses of Class
org.eclipse.jgit.internal.storage.pack.PackOutputStream
-
Packages that use PackOutputStream 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 PackOutputStream in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type PackOutputStream Modifier and Type Method Description void
DfsReader. copyObjectAsIs(PackOutputStream out, ObjectToPack otp, boolean validate)
void
DfsReader. copyPackAsIs(PackOutputStream out, CachedPack pack, boolean validate)
void
DfsReader. writeObjects(PackOutputStream out, List<ObjectToPack> list)
-
Uses of PackOutputStream in org.eclipse.jgit.internal.storage.pack
Methods in org.eclipse.jgit.internal.storage.pack with parameters of type PackOutputStream Modifier and Type Method Description void
ObjectReuseAsIs. copyObjectAsIs(PackOutputStream out, ObjectToPack otp, boolean validate)
Output a previously selected representation.void
ObjectReuseAsIs. copyPackAsIs(PackOutputStream out, CachedPack pack, boolean validate)
Append an entire pack's contents onto the output stream.void
ObjectReuseAsIs. writeObjects(PackOutputStream out, List<ObjectToPack> list)
Write objects to the pack stream in roughly the order given.
-