GFileSystemBase

Package: ghidra.formats.gfilesystem
Type: class

10.4_PUBLIC

addedmethod: getFilenameComparator
java.util.Comparator<java.lang.String> getFilenameComparator()

10.1_PUBLIC

removedmethod: getData
java.io.InputStream getData(ghidra.formats.gfilesystem.GFile file, ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException, CryptoException
removedmethod: getInputStream
java.io.InputStream getInputStream(ghidra.formats.gfilesystem.GFile file, ghidra.util.task.TaskMonitor monitor) throws CancelledException, IOException

9.1_PUBLIC

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

9.0.2_PUBLIC

addedmethod: debug
void debug(byte[] bytes, java.lang.String fileName)
addedfield: fileSystemName
java.lang.String fileSystemName
addedfield: fsService
ghidra.formats.gfilesystem.FileSystemService fsService
addedmethod: getData
java.io.InputStream getData(ghidra.formats.gfilesystem.GFile file, ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException, CryptoException
addedfield: provider
ghidra.app.util.bin.ByteProvider provider
addedfield: root
ghidra.formats.gfilesystem.GFileImpl root

9.0.1_PUBLIC

introducedInitial version