NetDataReader Class
From LiteNetLib
NetDataReader Class |
LiteNetLib |
[Missing <summary> documentation for "T:LiteNetLib.Utils.NetDataReader"]
Inheritance Hierarchy
Namespace: LiteNetLib.Utils
Assembly: LiteNetLib (in LiteNetLib.dll) Version: 1.0.0.0
Syntax
C#
public class NetDataReader
The NetDataReader type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| NetDataReader | Initializes a new instance of the NetDataReader class | |
| NetDataReader(Byte) | Initializes a new instance of the NetDataReader class | |
| NetDataReader(Byte, Int32) | Initializes a new instance of the NetDataReader class | |
| NetDataReader(Byte, Int32, Int32) | Initializes a new instance of the NetDataReader class |
Properties
| Name | Description | |
|---|---|---|
| AvailableBytes | ||
| Data | ||
| EndOfData | ||
| Position |
Methods
Fields
| Name | Description | |
|---|---|---|
| _data | ||
| _dataSize | ||
| _position |
See Also