StringReader class is a character stream whose source is a string.
Constructor is :
StringReader(String s)
This creates a new string reader.