Close
dtSearch Text Retrieval Engine Programmer's Reference
dtsInputStreamReader::attach Method
Syntax
C++
virtual void attach(dtsInputStream& aStream);
Parameters
Description
dtsInputStream& aStream
The input stream to attach

Attach an input stream. dtsInputStreamReader never allocates or deletes anything, so the attachment process just involves wrapping the function pointers and providing access to data members in the dtsInputStream.