ReadBytes Method
From Lidgren.Network
| Lidgren Network Library documentation |
| NetBuffer..::..ReadBytes Method |
| NetBuffer Class See Also Send Feedback |
Overload List
| Name | Description | |
|---|---|---|
| ReadBytes(Int32) |
Reads the specified number of bytes
| |
| ReadBytes(Int32, array<Byte>[]()[][]%) |
Reads the specified number of bytes and returns true for success
| |
| ReadBytes(array<Byte>[]()[][], Int32, Int32) |
Reads the specified number of bytes into a preallocated array
|