Back to product page

FromStream method (FileBlob)


Imports contents into the blob from the IStream.

Type

None

Syntax

  • Basic
object.FromStream Stream
The FromStream(object,Data) syntax has these parts:
objectAn expression evaluating to an object of type FileBlob.
DataRequired. 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.

Platforms

Windows