![]() | |
| Entire Class Index | Main Class Index | Cross Index | Global Index |
Output Source NetStream Class.
Contained in: global
Derived from:
CL_OutputSource
Derived by:
none
Group: Network (NetSessions)
#include <ClanLib/network.h>
public function member index: |
||
Construction: |
||
| CL_OutputSource_NetStream | (const CL_NetStream& netstream); | |
| virtual | ~CL_OutputSource_NetStream | (); |
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 | (); |
private function member index: |
||
Implementation: |
||
| CL_OutputSource_NetStream | (); | |