GFileSystem

Package: ghidra.formats.gfilesystem
Type: class

11.4_PUBLIC

addedmethod: files
java.lang.Iterable<ghidra.formats.gfilesystem.GFile> files()
addedmethod: files
java.lang.Iterable<ghidra.formats.gfilesystem.GFile> files(ghidra.formats.gfilesystem.GFile dir) throws UncheckedIOException
addedmethod: iterator
java.util.Iterator<ghidra.formats.gfilesystem.GFile> iterator()
modifiedtype-implements: GFileSystem
- ghidra.util.classfinder.ExtensionPoint, java.io.Closeable
+ ghidra.util.classfinder.ExtensionPoint, java.io.Closeable, java.lang.Iterable

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: getInputStreamHelper
static java.io.InputStream getInputStreamHelper(ghidra.formats.gfilesystem.GFile file, ghidra.formats.gfilesystem.GFileSystem fs, ghidra.util.task.TaskMonitor monitor) throws CancelledException, IOException
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.2_PUBLIC

introducedInitial version