Overrides basic_streambuf::overflow()
virtual int_type overflow
(int_type c = traits::eof());
Behaves the same as basic_streambuf<charT, traits>::overflow(c) except the behavior of consuming characters is performed by conversion.
Returns traits::eof() with failure.