StdfTableReader Class

Spotfire 14.3 API Reference
This class provides a simple interface for reading data on the STDF format.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.Data.Formats.StdfStdfTableReader

Namespace:  Spotfire.Dxp.Data.Formats.Stdf
Assembly:  Spotfire.Dxp.Data.Formats.Stdf (in Spotfire.Dxp.Data.Formats.Stdf.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
public sealed class StdfTableReader : IDisposable

The StdfTableReader type exposes the following members.

Constructors

  NameDescription
Public methodStdfTableReader
Initializes a new instance of the StdfTableReader class.
Top
Properties

  NameDescription
Public propertyColumnCount
Gets the column count.
Public propertyTableMetadata
Gets the table metadata.
Top
Methods

  NameDescription
Public methodClose
Closes this StdfTableReader instance. Will close the input stream.
Public methodDispose
Disposes of this StdfTableReader instance. Will close the input stream.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodReadLine
Reads the end of line marker on the current row. Must be invoked after ReadValue has been called for all the columns on the row, and before the first value on the next row can be read.
Public methodReadValue
Reads and parses the next value from the input.
Public methodReset
Resets the input stream and starts reading from the beginning.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodStatic memberTryParseFormatHeader
Given an input stream, this method tries to parse the first line as an STDF file header.
Public methodStatic memberTryParseHeaderLine
Given a file path, this method tries to parse the first line of the file as an STDF file header.
Top
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference