Package ghidra.framework.store.local
package ghidra.framework.store.local
-
ClassDescription
DataDirectoryException
is thrown when a folder item can not be created because its associated data directory already exists.Defines a file change listener interface.IndexedLocalFileSystem
implements a case-sensitive indexed filesystem which uses a shallow storage hierarchy with no restriction on file name or path length.BadStorageNameException
invalid storage name encountered.IndexReadException
occurs when an error occurs while reading/processing the filesystem indexIndexReadException
occurs when an error occurs while reading/processing the filesystem indexIndexedLocalFileSystem
implements a case-sensitive indexed filesystem which uses a shallow storage hierarchy with no restriction on file name or path length.ItemDeserializer
facilitates the reading of a compressed data stream contained within a "packed" file.ItemSerializer
facilitates the compressing and writing of a data stream to a "packed" file.LocalDatabaseItem
provides a FolderItem implementation for a local database.LocalDataFile
provides a FolderItem implementation for a local serialized data file.LocalDataFileHandle
provides random access to a local File.LocalFileSystem
provides access to FolderItem's which exist within a File-based directory structure.LocalFolderItem
provides an abstract implementation of a folder item which resides on a local file-system.Provides for the creation and management of a named lock file.MangledLocalFileSystem
implements the legacy project data storage scheme which utilizes a simplified name mangling which provides case-sensitive file-naming with support for spaces.UnknownFolderItem
acts as a LocalFolderItem place-holder for items of an unknown type.