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.Font for C++