StdfTableReader Methods TIBCO Spotfire 7.6 API Reference

The StdfTableReader type exposes the following members.

Methods

  Name Description
Public method Close
Closes this StdfTableReader instance. Will close the input stream.
Public method Dispose
Disposes of this StdfTableReader instance. Will close the input stream.
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ReadLine
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 method ReadValue
Reads and parses the next value from the input.
Public method Reset
Resets the input stream and starts reading from the beginning.
Public method Static member TryParseFormatHeader
Given an input stream, this method tries to parse the first line as an STDF file header.
Public method Static member TryParseHeaderLine
Given a file path, this method tries to parse the first line of the file as an STDF file header.
Top
See Also

Reference