public byte[] ReadBytes (int count);

参数

count要读取的字节数。

返回

byte[] 读取的字节。(这是一个副本)。

描述

从流中读取多个字节。

请参阅 NetworkReader 以查看代码示例。