| Function | Description |
|---|---|
| = | Makes one BNetBuffer identical to another |
| AppendData() | |
| AppendDouble() | |
| AppendFloat() | |
| AppendInt16() | |
| AppendInt32() | |
| AppendInt64() | |
| AppendInt8() | Appends data of the specified type to the end of the buffer |
| AppendMessage() | |
| AppendString() | |
| AppendUint16() | |
| AppendUint32() | |
| AppendUint64() | |
| AppendUint8() | |
| BytesRemaining() | Returns the number of unused bytes left in the buffer |
| Constructor and Destructor | |
| Data() | Returns a pointer to the BNetBuffer's internal data buffer |
| Function Summary | |
| Member Functions | |
| BNetBuffer | |
| BNetBuffer() | Constructor |
| ~BNetBuffer | Destructor |
| Operators | |
| RemoveData() | |
| RemoveDouble() | |
| RemoveFloat() | |
| RemoveInt16() | |
| RemoveInt32() | |
| RemoveInt64() | |
| RemoveInt8() | Removes data of the specified type from the beginning of the buffer |
| RemoveMessage() | |
| RemoveString() | |
| RemoveUint16() | |
| RemoveUint32() | |
| RemoveUint64() | |
| RemoveUint8() | |
| Size() | Returns the number of bytes currently in the buffer |
| The Network Kit Table of Contents | The Network Kit Index |
Copyright © 2000 Be, Inc. All rights reserved..