Package | Description |
---|---|
org.eclipse.jgit.storage.pack |
Modifier and Type | Method and 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,
java.util.List<ObjectToPack> list)
Write objects to the pack stream in roughly the order given.
|
Copyright © 2012. All Rights Reserved.