Class GraphLoader
java.lang.Object
org.apache.jackrabbit.oak.segment.file.tar.GraphLoader
-
Method Summary
Modifier and TypeMethodDescriptionstatic Buffer
loadGraph
(ReaderAtEnd readerAtEnd) Loads the optional pre-compiled graph entry from the given tar file.parseGraph
(Buffer buffer)
-
Method Details
-
loadGraph
Loads the optional pre-compiled graph entry from the given tar file.- Returns:
- the graph or
null
if one was not found - Throws:
IOException
- if the tar file could not be read
-
parseGraph
-