SbdfFileHeader Class

Spotfire 14.3 API Reference
Represents the file header (which identifies the file type) of an SBDF file.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.Data.Formats.SbdfSbdfSectionHeader
    Spotfire.Dxp.Data.Formats.SbdfSbdfFileHeader

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

C#
public sealed class SbdfFileHeader : SbdfSectionHeader

The SbdfFileHeader type exposes the following members.

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 SbdfSectionHeaderSectionType.)
Top
Methods

  NameDescription
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 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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)
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.
Top
Fields

  NameDescription
Public fieldStatic memberCurrentMajorVersion
The current major version of SBDF.
Public fieldStatic memberCurrentMinorVersion
The current minor version of SBDF.
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