Altaxo. |
| Class | Description | |
|---|---|---|
| FileSystemFileAsProjectArchiveEntry | Represents a project archive entry backed by a file in the file system. | |
| FileSystemFileAsProjectArchiveMemento | Instances of this class can be used in project items to load data delayed (i.e. after the project has been loaded). The instance store a memento that points to an archive entry that can be used to load the data when needed. | |
| FileSystemFolderAsProjectArchive | Represents a project archive stored in a file system folder. | |
| FileSystemFolderProjectArchiveManager | Project archive manager that stores archives in file system folders. | |
| ProjectArchiveEntryMemento | Instances of this class can be used in project items to load data later, that is, after the project has been loaded. The instance stores a memento that points to an archive entry that can be used to load the data when needed. | |
| ZipArchiveAsProjectArchive | Wraps a ZipArchive to implement IProjectArchive. With this class, the Altaxo provided Zip-Routines are used. Thus, this type of archive supports deferred loading. | |
| ZipArchiveAsProjectArchiveNative | Wraps a ZipArchive to implement IProjectArchive. With this class, the build-in Zip-Routines of the framework are used. Thus, this type of archive does not support deferred loading. | |
| ZipEntryAsProjectArchiveEntry | Wraps a ZipArchiveEntryAxo to implement IProjectArchiveEntry. | |
| ZipEntryAsProjectArchiveEntryNative | Wraps a ZipArchiveEntry to implement IProjectArchiveEntry. |