Click or drag to resize

ICompressedFileContainerStream Interface

Provides a writeable stream for writing an item into a compressed file container.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface ICompressedFileContainerStream

The ICompressedFileContainerStream type exposes the following members.

Properties
 NameDescription
Public propertyStream Gets the stream for writing the current entry.
Top
Methods
 NameDescription
Public methodStartFile Starts a new file entry in the container.
Top
See Also