Share via


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 は使用可能なバイト数を超えています。

適用対象