class Core::Text::BufferedTextInput
#include <coretexthelper.h> class BufferedTextInput { public: // construction BufferedTextInput(IO::Stream* stream); // methods char readChar(); char readPreviousChar(); };
#include <coretexthelper.h> class BufferedTextInput { public: // construction BufferedTextInput(IO::Stream* stream); // methods char readChar(); char readPreviousChar(); };