SignDoc SDK (Java)  5.0.0
LibrarySource Class Reference

Implementation of Source using JNI. More...

Inheritance diagram for LibrarySource:
Source

Public Member Functions

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

Protected Member Functions

void finalize () throws Throwable
 

Detailed Description

Implementation of Source using JNI.

Constructor & Destructor Documentation

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.

Implements Source.

void finalize ( ) throws Throwable
protected

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