#include <PdfInputStream.h>
Public Member Functions | |
PdfDeviceInputStream (PdfInputDevice *pDevice) | |
virtual long | Read (char *pBuffer, long lLen) |
PoDoFo::PdfDeviceInputStream::PdfDeviceInputStream | ( | PdfInputDevice * | pDevice | ) |
Read from an alread opened input device
pDevice | an input device |
long PoDoFo::PdfDeviceInputStream::Read | ( | char * | pBuffer, | |
long | lLen | |||
) | [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.