wodCrypt ActiveX Control - FromStream Method
      
 

Description

Imports contents into the blob from the IStream.


Return Type

None  


Syntax

object.FromStream Stream



The FromStream Method syntax has these parts:

Part Description
object An expression evaluating to an object of type MemBlob.
Data Required. An IStream interface. Containst IStream object that holds the data.

Remarks

The FromStream method will import data from already existing object that exposes IStream interface. wodCrypt will internally call IStream's method to get the data when it is needed for wodCrypt's operation.