Package | Description |
---|---|
org.eclipse.jgit.internal.storage.io | |
org.eclipse.jgit.internal.storage.reftable |
Modifier and Type | Method and Description |
---|---|
static BlockSource |
BlockSource.from(byte[] content)
Wrap a byte array as a
BlockSource . |
static BlockSource |
BlockSource.from(FileChannel ch)
Read from a
FileChannel . |
static BlockSource |
BlockSource.from(FileInputStream in)
Read from a
FileInputStream . |
Constructor and Description |
---|
ReftableReader(BlockSource src)
Initialize a new reftable reader.
|
Copyright © 2019 Eclipse JGit Project. All rights reserved.