[ the jinxbot project :: home | community forum | bn# | controls | mbncsutil | get the source ]

The DataBuffer type exposes the following members.

Constructors

  NameDescription
DataBuffer
Creates a new DataBuffer.

Methods

  NameDescription
DisposeOverloaded.
Equals
Determines whether the specified Object is equal to the current Object.
(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.)
InsertOverloaded.
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.
InsertCStringOverloaded.
InsertDwordStringOverloaded.
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.
InsertPascalStringOverloaded.
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.
InsertWidePascalStringOverloaded.
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

  NameDescription
Count
Gets the length of data in the buffer.

See Also