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 BlockSizeTooSmallExceptionBlockWriter. blockSizeTooSmall(BlockWriter.Entry entry)Methods in org.eclipse.jgit.internal.storage.reftable that throw BlockSizeTooSmallException Modifier and Type Method Description private voidReftableWriter.Section. beginBlock(BlockWriter.Entry entry)(package private) voidBlockWriter. mustAdd(BlockWriter.Entry entry)
-