|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PackOutputStream | |
|---|---|
| org.eclipse.jgit.storage.pack | |
| Uses of PackOutputStream in org.eclipse.jgit.storage.pack |
|---|
| Methods in org.eclipse.jgit.storage.pack with parameters of type PackOutputStream | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||