![]() | |
![]() | ![]() |
Entire Class Index | Main Class Index | Cross Index | Global Index |
The Output Source Zipped Class
Contained in: global
Derived from:
CL_OutputSource
Derived by:
none
Group: Core (I/O Data)
#include <ClanLib/core.h>
public function member index: |
||
Construction: |
||
CL_OutputSource_Zipped | (CL_OutputSource* output, bool delete_output = false); | |
CL_OutputSource_Zipped | (const CL_OutputSource_Zipped& copy); | |
virtual | ~CL_OutputSource_Zipped | (); |
Attributes: |
||
virtual int | tell | () const; |
virtual int | size | () const; |
Operations: |
||
virtual int | write | (const void* data, int size); |
virtual void | open | (); |
virtual void | close | (); |
virtual CL_OutputSource* | clone | (); |
Returns - The copy of the output source.
Returns - Size of the output source.
Returns - Current position in source.
data - Points to the array from which to write.
size - Number of bytes to write.
Returns - Num bytes actually written.