at.gv.egiz.pdfas.framework.input
Interface PdfDataSource

All Superinterfaces:
DataSource
All Known Implementing Classes:
ByteArrayPdfDataSourceImpl, CompoundPdfDataSourceImpl, DelimitedPdfDataSource, FileBasedPdfDataSourceImpl, PdfDataSourceAdapter

public interface PdfDataSource
extends DataSource

Represents the binary data of a PDF document.

This interface allows Pdf data to be handled in an abstract way so that the storage (byta array, disk etc.) of pdf documents can be separated from the algorithms.

Author:
wprinz

Methods inherited from interface at.gv.egiz.pdfas.framework.input.DataSource
createInputStream, getAsByteArray, getLength
 



Copyright © 2006-2010. All Rights Reserved.