Package ghidra.formats.gfilesystem.factory
package ghidra.formats.gfilesystem.factory
-
ClassDescriptionAn
IOExceptionthat signals that there was a problem opening a file system because the user's environment is missing a required element.Statically scoped mugger that handles the dirty work of probing for and creatingGFileSysteminstances.Holds information read from aFileSystemInfoannotation.AGFileSystemFactoryimplementation that probes and creates instances ofGFileSystemBasewhich use the legacy filesystem lifecycle pattern.GFileSystemFactory<FSTYPE extends GFileSystem>An empty interface that is a common type for the real factory interfaces to derive from.GFileSystemFactoryByteProvider<FSTYPE extends GFileSystem>AGFileSystemFactoryinterface for filesystem implementations that use aByteProvider.Marker class that tells theFileSystemFactoryMgrto not register this filesystem instance.An empty interface that is a common type for the real probe interfaces to derive from.AGFileSystemProbeinterface for filesystems that need to examine aByteProvider.AGFileSystemProbeinterface for filesystems that can be detected using just a few bytes from the beginning of the containing file.