Uses of Class
org.eclipse.jgit.internal.storage.io.BlockSource
-
Packages that use BlockSource Package Description org.eclipse.jgit.internal.storage.io org.eclipse.jgit.internal.storage.reftable -
-
Uses of BlockSource in org.eclipse.jgit.internal.storage.io
Methods in org.eclipse.jgit.internal.storage.io that return BlockSource Modifier and Type Method Description static BlockSourceBlockSource. from(byte[] content)Wrap a byte array as aBlockSource.static BlockSourceBlockSource. from(FileInputStream in)Read from aFileInputStream.static BlockSourceBlockSource. from(FileChannel ch)Read from aFileChannel. -
Uses of BlockSource in org.eclipse.jgit.internal.storage.reftable
Constructors in org.eclipse.jgit.internal.storage.reftable with parameters of type BlockSource Constructor Description ReftableReader(BlockSource src)Initialize a new reftable reader.
-