Altaxo. |
[Missing <summary> documentation for "N:Altaxo.Main.Services.Files"]
Class | Description | |
---|---|---|
![]() | FileSystemFileAsProjectArchiveEntry | |
![]() | 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 | |
![]() | FileSystemFolderProjectArchiveManager | |
![]() | ProjectArchiveEntryMemento | 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. |
![]() | 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. |