Page 1 of 1

The method used to write a single byte to an output stream?

Posted: Wed Jul 13, 2022 7:57 pm
by answerhappygod
a) void WriteByte(byte value)
b) int Write(byte[] buffer ,int offset ,int count)
c) write()
d) none of the mentioned