طريقة System::IO::BinaryReader::ReadBytes
BinaryReader::ReadBytes method
يقرأ العدد المحدد من البايتات من الدفق الإدخالي.
virtual ArrayPtr<uint8_t> System::IO::BinaryReader::ReadBytes(int count)
| Parameter | Type | الوصف |
|---|---|---|
| count | int | عدد البايتات التي يجب قراءتها |
ReturnValue
مصفوفة بايت تحتوي على البايتات المقروءة
انظر أيضًا
- Typedef ArrayPtr
- Class BinaryReader
- Namespace System::IO
- Library Aspose.Page for C++