Loupe - Log - Monitor - Resolve
Gibraltar.Data Namespace / FileHeader Class
Fields Properties Methods


In This Topic
    FileHeader Class Members
    In This Topic

    The following tables list the members exposed by FileHeader.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Default value for serialization protocol major version  
    Public Fieldstatic (Shared in Visual Basic)Default value for serialization protocol minor version  
    Public FieldThe unique sequence of bytes at the start of the header that identify a binary file as a GLF  
    Public FieldThe number of bytes used by the header  
    Top
    Public Properties
     NameDescription
    Public PropertyA checksum of the file header  
    Public PropertyThe offset in the stream from the start of the file header to the start of the data section  
    Public PropertyThe major version of the file  
    Public PropertyThe minor version of the file  
    Public PropertyThe type code set in the file  
    Top
    Public Methods
     NameDescription
    Public MethodTrue if the header is valid. Always returns true.  
    Public MethodExport the file header into a raw data array  
    Public Methodstatic (Shared in Visual Basic)Indicates if the supplied file version supports the Computer Id field.  
    Public Methodstatic (Shared in Visual Basic)Indicates if the supplied file version supports the Environment and Promotion fields.  
    Public Methodstatic (Shared in Visual Basic)Indicates if the binary stream supports fragments or only single-stream transfer (the pre-3.0 format)  
    Top
    See Also