Click or drag to resize

JcampReaderBlock Constructor

Imports a JCAMP block from the given text reader and parses its headers and data. The block must not be a multi-spectrum block; a multi-spectrum file will cause a format exception.

Namespace: Altaxo.Serialization.Jcamp
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public Block(
	TextReader tr
)

Parameters

tr  TextReader
A TextReader to read the JCAMP block from.
See Also