Click or drag to resize

ZipEntryAsProjectArchiveEntryOpenForWriting Method

Gets a stream for writing to the entry.

Namespace: Altaxo.Main.Services.Files
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Stream OpenForWriting()

Return Value

Stream
Stream intended for writing to the entry.

Implements

IProjectArchiveEntryOpenForWriting
See Also