HttpRequestWrapper.BinaryRead(Int32) 方法

定义

执行对当前输入流进行指定字节数的二进制读取。

public:
 override cli::array <System::Byte> ^ BinaryRead(int count);
public override byte[] BinaryRead (int count);
override this.BinaryRead : int -> byte[]
Public Overrides Function BinaryRead (count As Integer) As Byte()

参数

count
Int32

要读取的字节数。

返回

Byte[]

包含二进制数据的数组。

例外

count 小于 0。

  • 或 - count 大于可用的字节数。

适用于