NetBitWriterReadBytes Method (Byte, Int32, Int32, Byte, Int32) |
Read several bytes from a buffer
Namespace:
Internal.Lidgren.Network
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public static void ReadBytes(
byte[] fromBuffer,
int numberOfBytes,
int readBitOffset,
byte[] destination,
int destinationByteOffset
)
Parameters
- fromBuffer
- Type: SystemByte
- numberOfBytes
- Type: SystemInt32
- readBitOffset
- Type: SystemInt32
- destination
- Type: SystemByte
- destinationByteOffset
- Type: SystemInt32
See Also