Class LocalFileSystemSub

java.lang.Object
ghidra.formats.gfilesystem.LocalFileSystemSub
All Implemented Interfaces:
GFileHashProvider, GFileSystem, ExtensionPoint, Closeable, AutoCloseable

public class LocalFileSystemSub extends Object implements GFileSystem, GFileHashProvider
A GFileSystem interface to a part of the user's local / native file system.

This class is a sub-view of the LocalFileSystem, and returns hybrid GFile objects that have fully specified FSRL paths that are valid in the Root filesystem, but relative GFile paths.

This class's name doesn't end with "FileSystem" to ensure it will not be auto-discovered by the FileSystemFactoryMgr.