SbdfFileHeader Methods TIBCO Spotfire 6.0 API Reference
The SbdfFileHeader type exposes the following members.
Methods

  NameDescription
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberRead
Reads a file header section from an input stream.
Public methodStatic memberReadAfterTypeCheck
Reads a file header section without the section type from an input stream.
Public methodStatic memberTryRead
Reads and validates a file header in the current reader.
Public methodWrite
Writes this file header to an output stream.
Public methodStatic memberWriteCurrentVersion
Writes the current version of the file header to an output stream.
Back to Top
See Also