Class FileSystemRef

java.lang.Object
ghidra.formats.gfilesystem.FileSystemRef
All Implemented Interfaces:
Closeable, AutoCloseable

public class FileSystemRef extends Object implements Closeable
A handle to a GFileSystem which allows tracking the current users of the filesystem.

Instances must be closed when not needed anymore, and should not be shared across threads.