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
getDeflatedContents
public byte[] getDeflatedContents()
throws PDFException,
IOException
- Throws:
PDFException
IOException
getSize
public int getSize()
throws PDFException,
IOException
- Throws:
PDFException
IOException