Package | Description |
---|---|
org.eclipse.jgit.internal.storage.dfs |
Distributed file system based repository storage.
|
org.eclipse.jgit.internal.storage.file |
File based repository storage.
|
org.eclipse.jgit.internal.storage.pack |
Reading/writing Git pack files.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
DfsPackFile.copyAsIs(PackOutputStream out,
DfsObjectToPack src,
boolean validate,
DfsReader ctx) |
(package private) void |
DfsCachedPack.copyAsIs(PackOutputStream out,
DfsReader ctx) |
void |
DfsReader.copyObjectAsIs(PackOutputStream out,
ObjectToPack otp,
boolean validate)
Output a previously selected representation.
|
void |
DfsReader.copyPackAsIs(PackOutputStream out,
CachedPack pack)
Append an entire pack's contents onto the output stream.
|
(package private) void |
DfsPackFile.copyPackAsIs(PackOutputStream out,
DfsReader ctx) |
private long |
DfsPackFile.copyPackBypassCache(PackOutputStream out,
ReadableChannel rc) |
private void |
DfsPackFile.copyPackThroughCache(PackOutputStream out,
DfsReader ctx,
ReadableChannel rc) |
private java.nio.ByteBuffer |
DfsPackFile.newCopyBuffer(PackOutputStream out,
ReadableChannel rc) |
(package private) void |
DfsBlock.write(PackOutputStream out,
long pos,
int cnt) |
void |
DfsReader.writeObjects(PackOutputStream out,
java.util.List<ObjectToPack> list)
Write objects to the pack stream in roughly the order given.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
PackFile.copyAsIs(PackOutputStream out,
LocalObjectToPack src,
boolean validate,
WindowCursor curs) |
(package private) void |
LocalCachedPack.copyAsIs(PackOutputStream out,
WindowCursor wc) |
private void |
PackFile.copyAsIs2(PackOutputStream out,
LocalObjectToPack src,
boolean validate,
WindowCursor curs) |
void |
WindowCursor.copyObjectAsIs(PackOutputStream out,
ObjectToPack otp,
boolean validate)
Output a previously selected representation.
|
(package private) void |
WindowCursor.copyPackAsIs(PackFile pack,
long length,
PackOutputStream out) |
void |
WindowCursor.copyPackAsIs(PackOutputStream out,
CachedPack pack)
Append an entire pack's contents onto the output stream.
|
(package private) void |
PackFile.copyPackAsIs(PackOutputStream out,
WindowCursor curs) |
(package private) void |
ByteBufferWindow.write(PackOutputStream out,
long pos,
int cnt) |
(package private) void |
ByteArrayWindow.write(PackOutputStream out,
long pos,
int cnt) |
(package private) abstract void |
ByteWindow.write(PackOutputStream out,
long pos,
int cnt) |
void |
WindowCursor.writeObjects(PackOutputStream out,
java.util.List<ObjectToPack> list)
Write objects to the pack stream in roughly the order given.
|
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)
Append an entire pack's contents onto the output stream.
|
private void |
PackWriter.writeBase(PackOutputStream out,
ObjectToPack base) |
private void |
PackWriter.writeChecksum(PackOutputStream out) |
private void |
PackWriter.writeDeltaObjectDeflate(PackOutputStream out,
ObjectToPack otp) |
(package private) void |
PackWriter.writeObject(PackOutputStream out,
ObjectToPack otp) |
private void |
PackWriter.writeObjectImpl(PackOutputStream out,
ObjectToPack otp) |
private void |
PackWriter.writeObjects(PackOutputStream out) |
private void |
PackWriter.writeObjects(PackOutputStream out,
java.util.List<ObjectToPack> list) |
void |
ObjectReuseAsIs.writeObjects(PackOutputStream out,
java.util.List<ObjectToPack> list)
Write objects to the pack stream in roughly the order given.
|
private void |
PackWriter.writeWholeObjectDeflate(PackOutputStream out,
ObjectToPack otp) |