System::IO::BinaryReader::ReadBytes メソッド

BinaryReader::ReadBytes method

入力ストリームから指定されたバイト数を読み取ります。

virtual ArrayPtr<uint8_t> System::IO::BinaryReader::ReadBytes(int count)
パラメーター説明
countint読み取るバイト数

ReturnValue

読み取ったバイトを含むバイト配列

参照