Package ghidra.formats.gfilesystem
Class FileCacheEntry
- java.lang.Object
-
- ghidra.formats.gfilesystem.FileCacheEntry
-
public class FileCacheEntry extends java.lang.Object
Simple class that contains aFile
and its MD5 string.
-
-
Constructor Summary
Constructors Constructor Description FileCacheEntry(java.io.File file, java.lang.String md5)
-