Attach an input stream.
virtual void attach(dtsInputStream& aStream);
|
Parameters |
Description |
|
dtsInputStream& aStream |
The input stream to attach |
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.
|
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.
|