#include <tnlBitStream.h>
Inheritance diagram for TNL::PacketStream:

Public Methods | |
| PacketStream (U32 targetPacketSize=MaxPacketDataSize) | |
| Constructor assigns the internal buffer to the BitStream. | |
| NetError | sendto (Socket &outgoingSocket, const Address &theAddress) |
| Sends this packet to the specified address through the specified socket. | |
| NetError | recvfrom (Socket &incomingSocket, Address *recvAddress) |
| Reads a packet into the stream from the specified socket. | |
Definition at line 390 of file tnlBitStream.h.
1.2.18