[ the jinxbot project :: home | community forum | bn# | controls | mbncsutil | get the source ]
Assembly: MBNCSUtil (in MBNCSUtil.dll) Version: 2.1.7.22 (2.1.7.22)
Operates as a data buffer for network and file output.
Namespace:
MBNCSUtilAssembly: MBNCSUtil (in MBNCSUtil.dll) Version: 2.1.7.22 (2.1.7.22)
Syntax
| C# |
|---|
public class DataBuffer : IDisposable |
| Visual Basic (Declaration) |
|---|
Public Class DataBuffer _ Implements IDisposable |
| Visual C++ |
|---|
public ref class DataBuffer : IDisposable |
Remarks
This class does not read data in any manner; for reading or receiving data, use the DataReader or derived classes.
This class always uses little-endian byte ordering.
This class no longer supports operator overloading in C# via the binary addition (+) operator.