System::IO::BasicSTDIOStreamWrapper::ReadByte method
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
ReturnValue
A 32-bit integer value equivalent to the result of reading
See Also
- Class BasicSTDIOStreamWrapper
- Namespace System::IO
- Library Aspose.TeX for C++