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


In This Topic
    GLFReader Class Members
    In This Topic

    The following tables list the members exposed by GLFReader.

    Public Constructors
     NameDescription
    Public ConstructorCreate a new GLF reader to operate on the provided stream. The GLFReader then owns the stream and will dispose it when disposed itself. (Use static GLFReader.IsGLF() to test a stream without giving it up.)  
    Top
    Public Properties
     NameDescription
    Public PropertyThe file header at the start of the stream.  
    Public PropertyDetails about the storage required for this session fragment  
    Public PropertyIndicates if the stream provided to the GLFReader is a valid session stream.  
    Public PropertyReturns the major version of the serialization protocol in use  
    Public PropertyReturns the minor version of the serialization protocol in use  
    Public PropertyThe session header for the stream  
    Top
    Public Methods
     NameDescription
    Public MethodCloses the GLF reader and releases any data stream owned by the GLF reader  
    Public MethodOverloaded. Performs application-defined tasks associated with freeing, releasing, or resetting managed resources.  
    Public MethodEnsures that the file Stream is positioned beyond the header ready to start reading packets, and the original provided Stream may be closed/disposed after this call. (But do not alter the original Stream or its position because the same file handle may be retained.)  
    Public MethodSets the position of the packet stream to the start of packet data and returns the stream.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Indicates if the specified fileName is an existing, accessible, valid GLF file.  
    Top
    See Also