SignDoc SDK (C++)  5.0.0
UserOutputStream Class Reference

Base class for OutputStream implementations by user code. More...

#include <SignDocSDK-cpp.h>

Inheritance diagram for UserOutputStream:
OutputStream

Public Member Functions

 UserOutputStream ()
 Default constructor. More...
 
- Public Member Functions inherited from OutputStream
 OutputStream (SIGNDOC_OutputStream *aImpl)
 Constructor. More...
 
virtual ~OutputStream ()
 Destructor. More...
 
virtual void close ()=0
 Close the stream. More...
 
virtual void flush ()=0
 Flush the stream. More...
 
virtual void seek (int aPos)=0
 Seek to the specified position. More...
 
virtual int tell () const =0
 Retrieve the current position. More...
 
virtual void write (const void *aSrc, int aLen)=0
 Write octets to the stream. More...
 
SIGNDOC_OutputStream * getImpl ()
 Internal. More...
 

Additional Inherited Members

- Protected Attributes inherited from OutputStream
SIGNDOC_OutputStream * p
 Pointer to C structure. More...
 

Detailed Description

Base class for OutputStream implementations by user code.

Any exception object thrown must be derived from std::exception.

Constructor & Destructor Documentation

UserOutputStream ( )
inline

Default constructor.


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