/** * */ package at.gv.egiz.pdfas.framework.input; /** * 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 */ public interface PdfDataSource extends DataSource { // jsut a marker interface }