System::IO::BinaryReader::ReadBytes メソッド
BinaryReader::ReadBytes method
入力ストリームから指定されたバイト数を読み取ります。
virtual ArrayPtr<uint8_t> System::IO::BinaryReader::ReadBytes(int count)
| パラメーター | 型 | 説明 |
|---|---|---|
| count | int | 読み取るバイト数 |
ReturnValue
読み取ったバイトを含むバイト配列
参照
- Typedef ArrayPtr
- Class BinaryReader
- Namespace System::IO
- Library Aspose.Page for C++