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 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