[ the jinxbot project :: home | community forum | bn# | controls | mbncsutil | get the source ]
The DataBuffer type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DataBuffer |
Creates a new DataBuffer.
|
Methods
| Name | Description | |
|---|---|---|
| Dispose | Overloaded. | |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetData |
Gets the data currently contained in the buffer.
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Insert | Overloaded. | |
| InsertBoolean |
Inserts the specified Boolean value into the buffer.
| |
| InsertByte |
Inserts the specified value into the buffer.
| |
| InsertByteArray |
Inserts the specified byte array into the buffer.
| |
| InsertCString | Overloaded. | |
| InsertDwordString | Overloaded. | |
| InsertInt16 |
Inserts the specified value into the buffer.
| |
| InsertInt16Array |
Inserts the specified 16-bit data array into the buffer.
| |
| InsertInt32 |
Inserts the specified value into the buffer.
| |
| InsertInt32Array |
Inserts the specified 32-bit data array into the buffer.
| |
| InsertInt64 |
Inserts the specified value into the buffer.
| |
| InsertInt64Array |
Inserts the specified 64-bit data array into the buffer.
| |
| InsertPascalString | Overloaded. | |
| InsertSByte |
Inserts the specified value into the buffer.
| |
| InsertSByteArray |
Inserts the specified byte array into the buffer.
| |
| InsertUInt16 |
Inserts the specified value into the buffer.
| |
| InsertUInt16Array |
Inserts the specified 16-bit data array into the buffer.
| |
| InsertUInt32 |
Inserts the specified value into the buffer.
| |
| InsertUInt32Array |
Inserts the specified 32-bit data array into the buffer.
| |
| InsertUInt64 |
Inserts the specified value into the buffer.
| |
| InsertUInt64Array |
Inserts the specified 64-bit data array into the buffer.
| |
| InsertWidePascalString | Overloaded. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString |
Gets a hex representation of this buffer.
(Overrides Object..::.ToString()()().) | |
| WriteToOutputStream |
Writes the data currently contained in the buffer to the specified stream.
|
Properties
| Name | Description | |
|---|---|---|
| Count |
Gets the length of data in the buffer.
|