Click or drag to resize

BrukerOpusReader Constructor

Creates a new BrukerOpusReader and parses the provided stream as a Bruker Opus file.

Namespace: Altaxo.Serialization.BrukerOpus
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public BrukerOpusReader(
	Stream stream
)

Parameters

stream  Stream
The stream containing the Bruker Opus file data. The stream must support seeking.
Exceptions
ExceptionCondition
InvalidDataExceptionThrown when metadata indicates a different number of points than the data array length.
See Also