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

In This Topic
    GLFReader Constructor
    In This Topic
    Create 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.)
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal file As Stream _
    )
    public GLFReader( 
       Stream file
    )

    Parameters

    file
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also