Public Member Functions | Protected Member Functions

de.softpro.doc.LibrarySource Class Reference

Implementation of Source using JNI. More...

Inheritance diagram for de.softpro.doc.LibrarySource:
de.softpro.doc.Source

List of all members.

Public Member Functions

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

Protected Member Functions

void finalize () throws Throwable

Detailed Description

Implementation of Source using JNI.


Constructor & Destructor Documentation

de.softpro.doc.LibrarySource.LibrarySource (  ) throws SignDocException

Member Function Documentation

byte [] de.softpro.doc.LibrarySource.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 de.softpro.doc.Source.

void de.softpro.doc.LibrarySource.finalize (  ) throws Throwable [protected]

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