SignDoc SDK (.NET with exceptions)  5.0.0
Source Interface Reference

Data source. More...

Public Member Functions

byte[] fetch (int aMaxSize)
 Fetch data from the document. More...
 

Detailed Description

Data source.

Interface for getting byte ranges from a document.

Member Function Documentation

byte [] fetch ( int  aMaxSize)

Fetch data from the document.

Parameters
[in]aMaxSizeFetch up to this many bytes. Must be positive.
Returns
An array containing the fetched bytes, null or empty if no more data is available. The size of the array must be less than or equal to aMaxSize.

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