ReadByte()

BufferedStream::ReadByte() method

Reads a single byte from the underlying stream and returns a 32-bit integer value equivalent to the value of the read byte.

virtual int System::IO::BufferedStream::ReadByte() override

See Also