LocalFileSystem

Package: ghidra.formats.gfilesystem
Type: class

12.0_PUBLIC

removedmethod: getSubFileSystem
ghidra.formats.gfilesystem.LocalFileSystemSub getSubFileSystem(ghidra.formats.gfilesystem.FSRL fsrl) throws IOException

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.4_PUBLIC

modifiedmethod: lookup
return type: GFileImpl → GFile
- ghidra.formats.gfilesystem.GFileImpl lookup(java.lang.String path) throws IOException
+ ghidra.formats.gfilesystem.GFile lookup(java.lang.String path) 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
addedmethod: getFileAttributes
ghidra.formats.gfilesystem.fileinfo.FileAttributes getFileAttributes(ghidra.formats.gfilesystem.GFile file, ghidra.util.task.TaskMonitor monitor)
addedmethod: getFileAttributes
ghidra.formats.gfilesystem.fileinfo.FileAttributes getFileAttributes(java.io.File f)
addedmethod: getLocalFSRL
ghidra.formats.gfilesystem.FSRL getLocalFSRL(java.io.File f)
addedmethod: getMD5Hash
java.lang.String getMD5Hash(ghidra.formats.gfilesystem.GFile file, boolean required, ghidra.util.task.TaskMonitor monitor) throws CancelledException, IOException
addedmethod: getSubFileSystem
ghidra.formats.gfilesystem.LocalFileSystemSub getSubFileSystem(ghidra.formats.gfilesystem.FSRL fsrl) throws IOException
modifiedtype-implements: LocalFileSystem
- 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.0.1_PUBLIC

introducedInitial version