Which among the following attempts to read up to count bytes into buffer starting at buffer[offset], returning the number of bytes successfully read?
A. int ReadByte()
B. int Read(byte[] buffer, int offset, int count)
C. Void WriteByte(byte value)
D. None of the mentioned
Answer: Option B
Join The Discussion