Click or drag to resize

ZipFileProjectArchiveManagerBaseLoadFromFileStreamReadonly Method

Loads a project from a file stream in read-only mode. For that, it is tried to make a copy of the file stream, and then use the copy to read the project from.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected void LoadFromFileStreamReadonly(
	FileStream fileStream,
	RestoreProjectAndWindowsState restoreProjectAndWindowsState
)

Parameters

fileStream  FileStream
The file stream to copy from.
restoreProjectAndWindowsState  RestoreProjectAndWindowsState
Delegate that is used to deserialize and restore the project and the windows state.
See Also