StdfTableReader Methods

Spotfire 14.3 API Reference

The StdfTableReader type exposes the following members.

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
See Also

Reference