Class MemoryImageLoader


  • public class MemoryImageLoader
    extends java.lang.Object
    • Constructor Detail

      • MemoryImageLoader

        public MemoryImageLoader()
    • Method Detail

      • request

        public static MemoryImageLoader.Request request​(java.lang.String target,
                                                        long targetLo,
                                                        long targetHi,
                                                        java.nio.file.Path path,
                                                        long sourceLo)
                                                 throws java.io.IOException
        Throws:
        java.io.IOException
      • request

        public static MemoryImageLoader.Request request​(java.lang.String target,
                                                        long targetLo,
                                                        java.nio.file.Path path,
                                                        long sourceLo,
                                                        long sourceHi)
                                                 throws java.io.IOException
        Throws:
        java.io.IOException
      • processRequests

        public static void processRequests​(Model model,
                                           java.util.List<MemoryImageLoader.Request> reqs)
                                    throws java.io.IOException
        Throws:
        java.io.IOException