SignDoc SDK (Java)  5.0.0
Source Interface Reference

Interface for getting byte ranges from a document. More...

Inheritance diagram for Source:
LibrarySource

Public Member Functions

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

Detailed Description

Interface for getting byte ranges from a document.

Member Function Documentation

byte [] fetch ( int  aMaxSize) throws SignDocException

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.

Implemented in LibrarySource.


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