#include <PdfRefCountedInputDevice.h>
Public Member Functions | |
PdfRefCountedInputDevice () | |
PdfRefCountedInputDevice (const char *pszFilename, const char *pszMode) | |
PdfRefCountedInputDevice (const char *pBuffer, size_t lLen) | |
PdfRefCountedInputDevice (PdfInputDevice *pDevice) | |
PdfRefCountedInputDevice (const PdfRefCountedInputDevice &rhs) | |
~PdfRefCountedInputDevice () | |
PODOFO_NOTHROW PdfInputDevice * | Device () const |
const PdfRefCountedInputDevice & | operator= (const PdfRefCountedInputDevice &rhs) |
|
Created an empty reference counted input device object The input device will be initialize to NULL |
|
Create a new PdfRefCountedInputDevice which reads from a file. The file is opened using fopen()
|
|
Create a new PdfRefCountedInputDevice which operates on a in memory buffer
|
|
Create a new PdfRefCountedInputDevice from an PdfInputDevice
|
|
Copy an existing PdfRefCountedFile and increase the reference count
|
|
Decrease the reference count and close the file if this is the last owner |
|
Get access to the file handle
|
|
Copy an existing PdfRefCountedFile and increase the reference count
|