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