com.qoppa.pdf.annotations
Interface FileAttachment.FileContentProvider

Enclosing interface:
FileAttachment

public static interface FileAttachment.FileContentProvider

Interface used to provide data to the FileAttachment class. This interface can be used when the data exists somewhere else so as not to replicate the data.

Author:
Qoppa Software

Method Summary
 byte[] getDeflatedContents()
           
 int getSize()
           
 

Method Detail

getDeflatedContents

public byte[] getDeflatedContents()
                           throws PDFException,
                                  IOException
Throws:
PDFException
IOException

getSize

public int getSize()
            throws PDFException,
                   IOException
Throws:
PDFException
IOException