Create an input stream in memory from file properties and plain text
DMemoryInputStream(dtsFileInfo& info, const char * text);
|
Parameters |
Description |
|
dtsFileInfo& info |
Document properties (filename, modification date, etc.) |
|
const char * text |
Text contents of the document, as a null-terminated single-byte string. |
|
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.
|