GFileSystemBaseFactory

Package: ghidra.formats.gfilesystem.factory
Type: class

10.1_PUBLIC

addedmethod: create
ghidra.formats.gfilesystem.GFileSystemBase create(ghidra.formats.gfilesystem.FSRLRoot targetFSRL, ghidra.app.util.bin.ByteProvider byteProvider, ghidra.formats.gfilesystem.FileSystemService fsService, ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException
addedmethod: probe
boolean probe(ghidra.app.util.bin.ByteProvider byteProvider, ghidra.formats.gfilesystem.FileSystemService fsService, ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException
modifiedtype-implements: GFileSystemBaseFactory
- ghidra.formats.gfilesystem.factory.GFileSystemFactoryFull, ghidra.formats.gfilesystem.factory.GFileSystemProbeFull
+ ghidra.formats.gfilesystem.factory.GFileSystemFactoryByteProvider, ghidra.formats.gfilesystem.factory.GFileSystemProbeByteProvider
removedmethod: create
ghidra.formats.gfilesystem.GFileSystemBase create(ghidra.formats.gfilesystem.FSRL containerFSRL, ghidra.formats.gfilesystem.FSRLRoot targetFSRL, ghidra.app.util.bin.ByteProvider byteProvider, java.io.File containerFile, ghidra.formats.gfilesystem.FileSystemService fsService, ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException
removedmethod: probe
boolean probe(ghidra.formats.gfilesystem.FSRL containerFSRL, ghidra.app.util.bin.ByteProvider byteProvider, java.io.File containerFile, ghidra.formats.gfilesystem.FileSystemService fsService, ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException

9.0.1_PUBLIC

introducedInitial version