Class UsageFileAdapter

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static @Nullable jadx.gui.cache.usage.RawUsageData load​(java.nio.file.Path usageFile, java.util.List<java.io.File> inputs)  
      static void save​(jadx.api.usage.IUsageInfoData data, java.nio.file.Path usageFile, java.util.List<java.io.File> inputs)  
      • Methods inherited from class java.lang.Object

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

      • UsageFileAdapter

        public UsageFileAdapter()
    • Method Detail

      • load

        @Nullable
        public static @Nullable jadx.gui.cache.usage.RawUsageData load​(java.nio.file.Path usageFile,
                                                                       java.util.List<java.io.File> inputs)
      • save

        public static void save​(jadx.api.usage.IUsageInfoData data,
                                java.nio.file.Path usageFile,
                                java.util.List<java.io.File> inputs)