You are here: C++ Support Classes > dtSearch Namespace > Classes > DFileConvertJob Class > DFileConvertJob::SetInputStream Method
Close
dtSearch Text Retrieval Engine Programmer's Reference
DFileConvertJob::SetInputStream Method

DFileConvertJob can get input from a file, a memory buffer, or from a dtsInputStream. Use SetInputStream to attach a dtsInputStream to use as input.

Syntax
C++
void SetInputStream(dtsInputStream& aSource, int aTypeId = 0);
Parameters
Description
dtsInputStream& aSource
The input stream to use as input for the conversion