Home | All Classes | Grouped Classes | Index | Search
InputSource NetPacket Class More...
Derived from:
CL_InputSource
Derived by:
none
Group: Network (NetSessions)
#include <ClanLib/network.h>
Construction:
InputSource NetPacket Constructor  | 
Attributes:
Returns current position in input source.  | |
Returns the size of the input source  | 
Operations:
Reads larger amounts of data (no endian and 64 bit conversion).  | |
Opens the input source. By default, it is open.  | |
Closes the input source.  | |
Make a copy of the current inputsource, standing at the same position.  | |
Seeks to the specified position in the input source.  | |
Pushes the current input source position. The position can be restored again with pop_position.  | |
Pops a previous pushed input source position (returns to the position).  | 
Detailed description:
!group=Network/NetSessions! !header=network.h!