Close
dtSearch Text Retrieval Engine Programmer's Reference
DMemoryInputStream Class

Input stream representing a document stored in memory.

File: DInputStream.h 

Namespace: dtSearch 

Syntax
C++
class DMemoryInputStream : public DInputStreamBase;
Show:
No members matching the current filter
Show:
No members matching the current filter
Show:
No members matching the current filter
Show:
No members matching the current filter

Input streams are used in the dtsDataSource API. 

The contents of the input stream can be plain text or binary data. Binary data is parsed in the dtSearch Engine exactly as if it were a disk file, so a memory input stream can be used with binary file formats such as Microsoft Word documents, PDF files, etc.

dtSearch::DInputStreamBase | dtSearch::DMemoryInputStream