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

[This is preliminary documentation and is subject to change.]

Operates as a buffered data reader for network and file input.

Namespace:  BNSharp.MBNCSUtil
Assembly:  BNSharp (in BNSharp.dll) Version: 0.8.8.15 (0.08.08.15)

Syntax

C#
public class DataReader
Visual Basic (Declaration)
Public Class DataReader
Visual C++
public ref class DataReader

Remarks

This class does not write data in any manner; for writing or sending data, use the DataBuffer or derived classes.

This class always uses little-endian byte ordering.

Inheritance Hierarchy

System..::.Object
  BNSharp.MBNCSUtil..::.DataReader
    BNSharp.MBNCSUtil..::.BncsReader

See Also