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 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
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 long
BlockReader.inflateBuf
(BlockSource src, long pos, int blockLen, int fileBlockSize) private void
BlockReader.parseBlockStart
(BlockSource src, long pos, int fileBlockSize) (package private) void
BlockReader.readBlock
(BlockSource src, long pos, int fileBlockSize) private void
BlockReader.readBlockIntoBuf
(BlockSource src, long pos, int size) Constructors in org.eclipse.jgit.internal.storage.reftable with parameters of type BlockSource