#include <plmemsink.h>
Inheritance diagram for PLMemSink:
Public Member Functions | |
PLMemSink () | |
virtual | ~PLMemSink () |
virtual int | Open (const char *pszFName, int MaxFileSize) |
virtual void | Close () |
virtual PLBYTE * | GetBytes () |
Private Attributes | |
PLBYTE * | m_pDataBuf |
Definition at line 18 of file plmemsink.h.
|
Definition at line 20 of file plmemsink.cpp. References NULL. |
|
Definition at line 27 of file plmemsink.cpp. References Close(). |
Here is the call graph for this function:
|
Reimplemented from PLDataSink. Definition at line 43 of file plmemsink.cpp. References PLDataSink::Close(), and m_pDataBuf. Referenced by ~PLMemSink(). |
Here is the call graph for this function:
|
Definition at line 54 of file plmemsink.cpp. References PL_ERRINTERNAL, and PLBYTE. |
|
Definition at line 32 of file plmemsink.cpp. References m_pDataBuf, PLDataSink::Open(), and PLBYTE. |
Here is the call graph for this function:
|
Definition at line 43 of file plmemsink.h. |