Set binary data, such as the contents of a Microsoft Word document or a PDF file, as the contents of this document.
void setBinaryData(const char * pData, ptrdiff_t bytes);
|
Parameters |
Description |
|
const char * pData |
Binary data for this document |
|
ptrdiff_t bytes |
Size of the data |
The data will be copied into an internal buffer managed by DMemoryInputStream
|
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.
|