Initializes a new instance of the StdfTableReader class.
Namespace: Spotfire.Dxp.Data.Formats.Stdf
Assembly: Spotfire.Dxp.Data.Formats.Stdf (in Spotfire.Dxp.Data.Formats.Stdf.dll) Version: 51.0.16121.3915 (51.0.16121.3915)
Syntax
C#
public StdfTableReader( Stream inputStream )
Parameters
- inputStream
- Type: System.IOStream
The input stream. The StdfTableReader takes ownership of the stream and will close it when the StdfTableReader is closed or disposed.
Exceptions
Exception | Condition |
---|---|
ArgumentException | if the input is null or uses an encoding other than UTF8. |
FormatException | if the input does not begin with an STDF header. |
Version Information
Supported in: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also