Click or drag to resize

JcampReader Constructor

Initializes a new instance of JcampReader and reads JCAMP blocks from the provided stream. The stream is read using a StreamReader; the stream must be readable.

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

Parameters

stream  Stream
The stream containing JCAMP-DX formatted text.
See Also