Uses of Class
org.eclipse.jgit.internal.storage.io.BlockSource
Packages that use BlockSource
-
Uses of BlockSource in org.eclipse.jgit.internal.storage.io
Methods in org.eclipse.jgit.internal.storage.io that return BlockSourceModifier and TypeMethodDescriptionstatic BlockSource
BlockSource.from
(byte[] content) Wrap a byte array as aBlockSource
.static BlockSource
BlockSource.from
(FileInputStream in) Read from aFileInputStream
.static BlockSource
BlockSource.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