Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

NetworkReader.ReadBytes

public byte[] ReadBytes(int count);

Parameters

count Number of bytes to read.

Returns

byte[] Bytes read. (this is a copy).

Description

Reads a number of bytes from the stream.