System::IO::BasicSTDIStreamWrapper::ReadByte method

BasicSTDIStreamWrapper::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::BasicSTDIStreamWrapper<T, typename>::ReadByte() override

ReturnValue

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

See Also