ReadBytes()

BinaryReader::ReadBytes(int) method

Reads the specified number of bytes from the input stream.

virtual ArrayPtr<uint8_t> System::IO::BinaryReader::ReadBytes(int count)

Arguments

ParameterTypeDescription
countintThe number of bytes to read

Return Value

A byte array containing the read bytes

See Also