Uses of Class
org.eclipse.jgit.internal.storage.pack.PackOutputStream
Packages that use PackOutputStream
Package
Description
Distributed file system based repository storage.
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 PackOutputStreamModifier and TypeMethodDescriptionvoidDfsReader.copyObjectAsIs(PackOutputStream out, ObjectToPack otp, boolean validate) Output a previously selected representation.voidDfsReader.copyPackAsIs(PackOutputStream out, CachedPack pack) Append an entire pack's contents onto the output stream.voidDfsReader.writeObjects(PackOutputStream out, List<ObjectToPack> list) Write objects to the pack stream in roughly the order given. -
Uses of PackOutputStream in org.eclipse.jgit.internal.storage.pack
Methods in org.eclipse.jgit.internal.storage.pack with parameters of type PackOutputStreamModifier and TypeMethodDescriptionvoidObjectReuseAsIs.copyObjectAsIs(PackOutputStream out, ObjectToPack otp, boolean validate) Output a previously selected representation.voidObjectReuseAsIs.copyPackAsIs(PackOutputStream out, CachedPack pack) Append an entire pack's contents onto the output stream.voidObjectReuseAsIs.writeObjects(PackOutputStream out, List<ObjectToPack> list) Write objects to the pack stream in roughly the order given.