Package jadx.gui.cache.usage
Class UsageFileAdapter
- java.lang.Object
-
- jadx.gui.cache.code.disk.adapters.DataAdapterHelper
-
- jadx.gui.cache.usage.UsageFileAdapter
-
public class UsageFileAdapter extends DataAdapterHelper
-
-
Constructor Summary
Constructors Constructor Description UsageFileAdapter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static @Nullable jadx.gui.cache.usage.RawUsageDataload(java.nio.file.Path usageFile, java.util.List<java.io.File> inputs)static voidsave(jadx.api.usage.IUsageInfoData data, java.nio.file.Path usageFile, java.util.List<java.io.File> inputs)-
Methods inherited from class jadx.gui.cache.code.disk.adapters.DataAdapterHelper
readNullableUTF, readUVInt, writeNullableUTF, writeUVInt
-
-