SbdfFileHeader Members 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
Fields

  NameDescription
Public fieldStatic memberCurrentMajorVersion
The current major version of SBDF.
Public fieldStatic memberCurrentMinorVersion
The current minor version of SBDF.
Back to Top
Properties

  NameDescription
Public propertyMajorVersion
Gets the major version of Sbdf used in this file.
Public propertyMinorVersion
Gets the minor version of Sbdf used in this file.
Public propertySectionType
Gets the type tag used to identify a file header section.
(Overrides SbdfSectionHeader SectionType.)
Back to Top
See Also