![]() | |
![]() | ![]() |
Entire Class Index | Main Class Index | Cross Index | Global Index |
InputSource NetStream Class
Contained in: global
Derived from:
CL_InputSource
Derived by:
none
Group: Network (NetSessions)
#include <ClanLib/network.h>
public function member index: |
||
Construction: |
||
CL_InputSource_NetStream | (const CL_NetStream& netstream); | |
virtual | ~CL_InputSource_NetStream | (); |
Attributes: |
||
virtual int | tell | () const; |
virtual int | size | () const; |
Operations: |
||
virtual int | read | (void* data, int size); |
virtual void | open | (); |
virtual void | close | (); |
virtual CL_InputSource* | clone | () const; |
virtual void | seek | (int pos, SeekEnum seek_type); |
virtual void | push_position | (); |
virtual void | pop_position | (); |
private function member index: |
||
Implementation: |
||
CL_InputSource_NetStream | (); | |