System::IO::BinaryReader::ReadBytes method
BinaryReader::ReadBytes method
Reads the specified number of bytes from the input stream.
virtual ArrayPtr<uint8_t> System::IO::BinaryReader::ReadBytes(int count)
Parameter | Type | Description |
---|---|---|
count | int | The number of bytes to read |
ReturnValue
A byte array containing the read bytes
See Also
- Typedef ArrayPtr
- Class BinaryReader
- Namespace System::IO
- Library Aspose.TeX for C++