System::IO::BasicSTDOStreamWrapper::ReadByte method

BasicSTDOStreamWrapper::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. Not supported!

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

ReturnValue

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

See Also