Public Member Functions

de.softpro.doc.Source Interface Reference

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

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

List of all members.

Public Member Functions

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

Detailed Description

Interface for getting byte ranges from a document.


Member Function Documentation

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


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