TMCNetStream Class Reference
[MCCore]
List of all members.
Detailed Description
TMCNetStream allows reading and writting data on a socket (TMCSocket)
Member Enumeration Documentation
Constructor & Destructor Documentation
TMCNetStream::TMCNetStream |
( |
IMCSocket * |
socket |
) |
|
TMCNetStream::~TMCNetStream |
( |
|
) |
|
Member Function Documentation
void TMCNetStream::AttachToSocket |
( |
IMCSocket * |
socket |
) |
|
void TMCNetStream::Close |
( |
|
) |
|
void TMCNetStream::Flush |
( |
|
) |
|
virtual void TMCNetStream::get |
( |
int8 & |
c |
) |
[virtual] |
boolean TMCNetStream::MoreDataAvailable |
( |
|
) |
|
virtual void TMCNetStream::putback |
( |
int8 |
c |
) |
[virtual] |
can only be used on (some) input streams
Implements TMCiostream.
virtual void TMCNetStream::read |
( |
int8 * |
s, |
|
|
int32 |
n | |
|
) |
| | [virtual] |
virtual void TMCNetStream::seek |
( |
int32 |
off, |
|
|
seek_dir |
dir = beg | |
|
) |
| | [virtual] |
virtual int32 TMCNetStream::tell |
( |
|
) |
[virtual] |
virtual void TMCNetStream::write |
( |
const int8 * |
s, |
|
|
int32 |
n | |
|
) |
| | [virtual] |
Member Data Documentation
number of characters read in the buffer
The documentation for this class was generated from the following file: