|
pdfmm 0.9.20
|
#include <PdfInputStream.h>
Public Member Functions | |
| size_t | Read (char *buffer, size_t len, bool &eof) |
An interface for reading blocks of data from an a data source.
| size_t PdfInputStream::Read | ( | char * | buffer, |
| size_t | len, | ||
| bool & | eof | ||
| ) |
Read data from the input stream
| buffer | the data will be stored into this buffer |
| len | the size of the buffer and number of bytes that will be read |
| eof | true if the stream reached eof |