System::IO::BinaryReader::ReadBytes methode
BinaryReader::ReadBytes method
Leest het opgegeven aantal bytes van de invoerstroom.
virtual ArrayPtr<uint8_t> System::IO::BinaryReader::ReadBytes(int count)
| Parameter | Type | Beschrijving |
|---|---|---|
| count | int | Het aantal bytes om te lezen |
ReturnValue
Een byte-array die de gelezen bytes bevat
Zie ook
- Typedef ArrayPtr
- Class BinaryReader
- Namespace System::IO
- Library Aspose.Page for C++