LocalFileSystemSub

Package: ghidra.formats.gfilesystem
Type: class

12.0_PUBLIC

removedtype: ghidra.formats.gfilesystem.LocalFileSystemSub
class LocalFileSystemSub

11.2_PUBLIC

addedmethod: getRootDir
ghidra.formats.gfilesystem.GFile getRootDir()
addedmethod: resolveSymlinks
ghidra.formats.gfilesystem.GFile resolveSymlinks(ghidra.formats.gfilesystem.GFile file) throws IOException

10.1_PUBLIC

addedmethod: getByteProvider
ghidra.app.util.bin.ByteProvider getByteProvider(ghidra.formats.gfilesystem.GFile file, ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException
addedmethod: getFileAttributes
ghidra.formats.gfilesystem.fileinfo.FileAttributes getFileAttributes(ghidra.formats.gfilesystem.GFile file, ghidra.util.task.TaskMonitor monitor)
addedmethod: getMD5Hash
java.lang.String getMD5Hash(ghidra.formats.gfilesystem.GFile file, boolean required, ghidra.util.task.TaskMonitor monitor) throws CancelledException, IOException
modifiedtype-implements: LocalFileSystemSub
- ghidra.formats.gfilesystem.GFileSystem
+ ghidra.formats.gfilesystem.GFileHashProvider, ghidra.formats.gfilesystem.GFileSystem
removedmethod: getInfo
java.lang.String getInfo(ghidra.formats.gfilesystem.GFile file, ghidra.util.task.TaskMonitor monitor)

9.1_PUBLIC

modifiedmethod: getInfo
removed throws IOException
- java.lang.String getInfo(ghidra.formats.gfilesystem.GFile file, ghidra.util.task.TaskMonitor monitor) throws IOException
+ java.lang.String getInfo(ghidra.formats.gfilesystem.GFile file, ghidra.util.task.TaskMonitor monitor)

9.0.1_PUBLIC

introducedInitial version