Returns the stream for the given file, represented as IFile. This may be a new file, in which case the file stream manager is expected to create the file.
Namespace: Composite.Data.StreamsAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
Stream GetNewWriteStream(
IFile file
) |
Visual Basic |
---|
Function GetNewWriteStream ( _
file As IFile _
) As Stream |
Visual C++ |
---|
Stream^ GetNewWriteStream(
IFile^ file
) |
Parameters
- file
- Type: IFile
The data element representing the file for which a write stream is desired.
Return Value
Stream for writing
See Also