PacketReaderReadBytes Method (Int32) |
Reads a number of bytes from the current position in the packet packet.
The current position is advanced by the number of bytes read.
Namespace:
Demo3D.IO
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 10.0.0.0 (10.0.0.0)
Syntaxpublic Buffer ReadBytes(
int length
)
Parameters
- length
- Type: SystemInt32
The number of bytes to read (or -1 to read all available data).
Return Value
Type:
BufferThe value read.
Implements
IDataReaderReadBytes(Int32)
See Also