#include <PdfInputStream.h>
Inheritance diagram for PoDoFo::PdfFileInputStream:
Public Member Functions | |
PdfFileInputStream (const char *pszFilename) | |
virtual pdf_long | Read (char *pBuffer, pdf_long lLen) |
pdf_long | GetFileLength () |
FILE * | GetHandle () |
|
Open a file for reading data
|
|
Get the length of the file.
|
|
Get the internal FILE handle.
|
|
Read data from the input stream
Implements PoDoFo::PdfInputStream. |