#include <frameio.hh>

Public Member Functions | |
| memory_frame_storage (const char *data, int len, bool own=true) | |
| Default constructor. | |
| virtual | ~memory_frame_storage () |
| Destructor (Overwrite! Call your own release funtion). | |
| virtual void | reset () |
| Release the frame (protect against multiple calls!). | |
| virtual const char * | data () const |
| Return a pointer to the data (return zero if invalid). | |
| virtual int | size () const |
| Return the length of the data array. | |
Protected Attributes | |
| bool | fOwn |
| Own data? | |
| const char * | fData |
| Data pointer. | |
| int | fLength |
| Size of data. | |
1.5.4