de.oio.jpdfunit.document.util
Interface DocumentDataSource

All Known Implementing Classes:
PdfDataSource

public interface DocumentDataSource

The Interface provides the general functionality to access the different DataSources.

Author:
bbratkus

Method Summary
 int getDatasource()
           
 String getFile()
           
 InputStream getStream()
           
 

Method Detail

getDatasource

int getDatasource()
Returns:
Returns the datasource type.

getStream

InputStream getStream()
Returns:
Returns the Stream.

getFile

String getFile()
Returns:
Returns the file.


Copyright © 2011. All Rights Reserved.