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

Overload List

  NameDescription
Insert(Boolean)
Inserts the specified Boolean value into the buffer.
(Inherited from DataBuffer.)
Insert(Byte)
Inserts the specified value into the buffer.
(Inherited from DataBuffer.)
Insert(array<Byte>[]()[])
Inserts the specified byte array into the buffer.
(Inherited from DataBuffer.)
Insert(Int16)
Inserts the specified value into the buffer.
(Inherited from DataBuffer.)
Insert(array<Int16>[]()[])
Inserts the specified 16-bit data array into the buffer.
(Inherited from DataBuffer.)
Insert(Int32)
Inserts the specified value into the buffer.
(Inherited from DataBuffer.)
Insert(array<Int32>[]()[])
Inserts the specified 32-bit data array into the buffer.
(Inherited from DataBuffer.)
Insert(Int64)
Inserts the specified value into the buffer.
(Inherited from DataBuffer.)
Insert(array<Int64>[]()[])
Inserts the specified 64-bit data array into the buffer.
(Inherited from DataBuffer.)
Insert(SByte)
Inserts the specified value into the buffer.
(Inherited from DataBuffer.)
Insert(array<SByte>[]()[])
Inserts the specified byte array into the buffer.
(Inherited from DataBuffer.)
Insert(UInt16)
Inserts the specified value into the buffer.
(Inherited from DataBuffer.)
Insert(array<UInt16>[]()[])
Inserts the specified 16-bit data array into the buffer.
(Inherited from DataBuffer.)
Insert(UInt32)
Inserts the specified value into the buffer.
(Inherited from DataBuffer.)
Insert(array<UInt32>[]()[])
Inserts the specified 32-bit data array into the buffer.
(Inherited from DataBuffer.)
Insert(UInt64)
Inserts the specified value into the buffer.
(Inherited from DataBuffer.)
Insert(array<UInt64>[]()[])
Inserts the specified 64-bit data array into the buffer.
(Inherited from DataBuffer.)

See Also