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)
ParameterTypeDescription
countintThe number of bytes to read

ReturnValue

A byte array containing the read bytes

See Also