Select the method which returns the number of bytes from the array buffer:
Posted: Wed Jul 13, 2022 7:57 pm
a) void WriteByte(byte value)
b) int Write(byte[] buffer, int offset, int count)
c) write()
d) none of the mentioned
b) int Write(byte[] buffer, int offset, int count)
c) write()
d) none of the mentioned