Implementation of Source using JNI.
More...
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
Member Function Documentation
| byte [] de.softpro.doc.LibrarySource.fetch |
( |
int |
aMaxSize ) |
throws SignDocException |
Fetch data from the document.
- Parameters:
-
| [in] | aMaxSize | Fetch 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: