public byte[] ReadBytes (int count);

Parameters

count 要读取的字节数。

Returns

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

Description

从流中读取多个字节。