PoDoFo 0.9.6
|
#include <PdfInputStream.h>
Public Member Functions | |
PdfDeviceInputStream (PdfInputDevice *pDevice) | |
virtual pdf_long | Read (char *pBuffer, pdf_long lLen, pdf_long *) |
virtual pdf_long | Read (char *pBuffer, pdf_long lLen, pdf_long *pTotalLeft=0)=0 |
An input stream that reads data from an input device
PoDoFo::PdfDeviceInputStream::PdfDeviceInputStream | ( | PdfInputDevice * | pDevice | ) |
Read from an already opened input device
pDevice | an input device |
|
virtual |
Read data from the input stream
pBuffer | the data will be stored into this buffer |
lLen | the size of the buffer and number of bytes that will be read |
Implements PoDoFo::PdfInputStream.