Uses of Class
org.eclipse.jgit.internal.storage.io.BlockSource
Packages that use BlockSource
Package
Description
Distributed file system based repository storage.
-
Uses of BlockSource in org.eclipse.jgit.internal.storage.dfs
Subclasses of BlockSource in org.eclipse.jgit.internal.storage.dfs -
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
Fields in org.eclipse.jgit.internal.storage.reftable declared as BlockSourceMethods in org.eclipse.jgit.internal.storage.reftable with parameters of type BlockSourceModifier and TypeMethodDescriptionprivate longBlockReader.inflateBuf(BlockSource src, long pos, int blockLen, int fileBlockSize) private voidBlockReader.parseBlockStart(BlockSource src, long pos, int fileBlockSize) (package private) voidBlockReader.readBlock(BlockSource src, long pos, int fileBlockSize) private voidBlockReader.readBlockIntoBuf(BlockSource src, long pos, int size) Constructors in org.eclipse.jgit.internal.storage.reftable with parameters of type BlockSource