Uses of Class
org.eclipse.jgit.internal.storage.reftable.BlockSizeTooSmallException
-
Packages that use BlockSizeTooSmallException Package Description org.eclipse.jgit.internal.storage.reftable -
-
Uses of BlockSizeTooSmallException in org.eclipse.jgit.internal.storage.reftable
Methods in org.eclipse.jgit.internal.storage.reftable that return BlockSizeTooSmallException Modifier and Type Method Description private BlockSizeTooSmallException
BlockWriter. blockSizeTooSmall(BlockWriter.Entry entry)
Methods in org.eclipse.jgit.internal.storage.reftable that throw BlockSizeTooSmallException Modifier and Type Method Description private void
ReftableWriter.Section. beginBlock(BlockWriter.Entry entry)
(package private) void
BlockWriter. mustAdd(BlockWriter.Entry entry)
-