Public Member Functions

de::softpro::doc::MemoryInputStream Class Reference

Class implementing an InputStream reading from memory. More...

#include <SignDocSDK-cpp.h>

Inheritance diagram for de::softpro::doc::MemoryInputStream:
de::softpro::doc::LibraryInputStream de::softpro::doc::InputStream

Public Member Functions

 MemoryInputStream (const unsigned char *aSrc, size_t aLen)
 Constructor.

Detailed Description

Class implementing an InputStream reading from memory.


Constructor & Destructor Documentation

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.

Parameters:
[in]aSrcPoints to the stream contents.
[in]aLenSize of the stream contents.

The documentation for this class was generated from the following file: