ReadByte()

BasicSTDIOStreamWrapper::ReadByte() method

If wrapping mode is binary, reads a single byte from the last decoded character storage, otherwise read a single character from the stream and convert it to uint8_t type.

virtual int System::IO::BasicSTDIOStreamWrapper<T, typename>::ReadByte() override

Return Value

A 32-bit integer value equivalent to the result of reading

See Also