StringReader « File Input Output « Java






1.Using the StringReader class
2.Read InputStream to string
3.Read string from InputStream and Reader
4.Reads data off a stream, printing every byte read to System.err
5.Reads file contents
6.Reads from an underlying InputStream up to a defined number of bytes or the end of the underlying stream