Public Methods
Public Static Methods
Public Members
Protected Methods
[static]
the amount of active data packets (memory leak debugging only)
GenericDataChannel * channel
|
void ensureCapacity (int capacity)
|
[pure virtual]
ensureCapactity ensures that there is room for at least capacity
Elements in the packet. This is implemented destructive - that
means: you may not find your old contents in the packet after
calling ensureCapacity
void read (Buffer& stream)
|
[pure virtual]
read/write write the contents of the packet. Read will also
automatically ensure that capacity is adapted before reading.
void write (Buffer& stream)
|
[pure virtual]
useCount is to be set from sendPacket
[virtual]
GenericDataPacket (GenericDataChannel *channel)
|
[protected:
]
Generated by: stefan@stefan on Sat Feb 24 19:11:23 2001, using kdoc 2.0a47. |