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.JcampAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic JcampReader(
Stream stream
)
Parameters
- stream Stream
- The stream containing JCAMP-DX formatted text.
See Also