Chili.Opf3 Send comments on this topic.
FromStream Method
See Also 
Chili.Opf3 Namespace > Blob Class : FromStream Method




stream
Stream that's data is used to populate the Blob.
Creates a Blob from a stream.

Syntax

Visual Basic (Declaration) 
Public Shared Function FromStream( _
   ByVal stream As Stream _
) As Blob
Visual Basic (Usage)Copy Code
Dim stream As Stream
Dim value As Blob
 
value = Blob.FromStream(stream)
C# 
public static Blob FromStream( 
   Stream stream
)
Managed Extensions for C++ 
public: static Blob* FromStream( 
   Stream* stream
) 
C++/CLI 
public:
static Blob^ FromStream( 
   Stream^ stream
) 

Parameters

stream
Stream that's data is used to populate the Blob.

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also