Class GraphLoader


  • public final class GraphLoader
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Buffer loadGraph​(ReaderAtEnd readerAtEnd)
      Loads the optional pre-compiled graph entry from the given tar file.
      static java.util.Map<java.util.UUID,​java.util.List<java.util.UUID>> parseGraph​(Buffer buffer)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • loadGraph

        public static Buffer loadGraph​(ReaderAtEnd readerAtEnd)
                                throws java.io.IOException
        Loads the optional pre-compiled graph entry from the given tar file.
        Returns:
        the graph or null if one was not found
        Throws:
        java.io.IOException - if the tar file could not be read
      • parseGraph

        public static java.util.Map<java.util.UUID,​java.util.List<java.util.UUID>> parseGraph​(Buffer buffer)