Class implementing an InputStream reading from memory. More...
#include <SignDocSDK-cpp.h>
Public Member Functions | |
| MemoryInputStream (const unsigned char *aSrc, size_t aLen) | |
| Constructor. | |
Class implementing an InputStream reading from memory.
| de::softpro::doc::MemoryInputStream::MemoryInputStream | ( | const unsigned char * | aSrc, |
| size_t | aLen | ||
| ) | [inline] |
Constructor.
Read from the buffer pointed to by aSrc. Note that the buffer contents won't be copied, therefore the buffer must remain valid throughout the use of this object.
| [in] | aSrc | Points to the stream contents. |
| [in] | aLen | Size of the stream contents. |
1.7.2