Returns the stream for the given file, represented as IFile. The stream is for reading.
Namespace: Composite.Data.StreamsAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
Stream GetReadStream( IFile file ) |
Visual Basic |
---|
Function GetReadStream ( _ file As IFile _ ) As Stream |
Visual C++ |
---|
Stream^ GetReadStream( IFile^ file ) |
Parameters
- file
- Type: IFile
The data element representing the file for which a read stream is desired.