Package | Description |
---|---|
org.eclipse.jgit.internal.storage.dfs |
Distributed file system based repository storage.
|
org.eclipse.jgit.internal.storage.io | |
org.eclipse.jgit.internal.storage.reftable |
Modifier and Type | Class and Description |
---|---|
private static class |
DfsReftable.CacheSource |
Modifier and Type | Method and Description |
---|---|
static BlockSource |
BlockSource.from(byte[] content)
Wrap a byte array as a
BlockSource . |
static BlockSource |
BlockSource.from(java.nio.channels.FileChannel ch)
Read from a
FileChannel . |
static BlockSource |
BlockSource.from(java.io.FileInputStream in)
Read from a
FileInputStream . |
Modifier and Type | Field and Description |
---|---|
private BlockSource |
ReftableReader.src |
Modifier and Type | Method and Description |
---|---|
private long |
BlockReader.inflateBuf(BlockSource src,
long pos,
int blockLen,
int fileBlockSize) |
private void |
BlockReader.parseBlockStart(BlockSource src,
long pos,
int fileBlockSize) |
(package private) void |
BlockReader.readBlock(BlockSource src,
long pos,
int fileBlockSize) |
private void |
BlockReader.readBlockIntoBuf(BlockSource src,
long pos,
int size) |
Constructor and Description |
---|
ReftableReader(BlockSource src)
Initialize a new reftable reader.
|