Uses of Class
org.eclipse.jgit.internal.storage.commitgraph.CommitGraphFormatException
-
Packages that use CommitGraphFormatException Package Description org.eclipse.jgit.internal.storage.commitgraph -
-
Uses of CommitGraphFormatException in org.eclipse.jgit.internal.storage.commitgraph
Methods in org.eclipse.jgit.internal.storage.commitgraph that throw CommitGraphFormatException Modifier and Type Method Description static CommitGraphCommitGraphLoader. open(File graphFile)Open an existing commit-graph file for reading.static CommitGraphCommitGraphLoader. read(InputStream fd)Read an existing commit-graph file from a buffered stream.
-