Xceed .NET Libraries Documentation
Xceed.FileSystem Assembly / Xceed.FileSystem Namespace / StreamFile Class / StreamFile Constructor / StreamFile Constructor(Stream)
The inner stream around which the StreamFile will be created.


In This Topic
    StreamFile Constructor(Stream)
    In This Topic
    Initializes a new instance of the StreamFile class specifying its inner stream.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal stream As Stream _
    )
    'Usage
     
    Dim stream As Stream
     
    Dim instance As New StreamFile(stream)
    public StreamFile( 
       Stream stream
    )

    Parameters

    stream
    The inner stream around which the StreamFile will be created.
    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