Loupe - Log - Monitor - Resolve
Gibraltar.Serialization Namespace / FieldReader Class / ReplaceStream Method

In This Topic
    ReplaceStream Method
    In This Topic
    Allows the stream being read by a FieldReader to be replaced without having to re-instance a new object.
    Syntax
    'Declaration
     
    
    Public Sub ReplaceStream( _
       ByVal newStream As Stream _
    ) 
    public void ReplaceStream( 
       Stream newStream
    )

    Parameters

    newStream
    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