TextReader Methods

Overview | This Package | All Packages

TextReader Methods

Constructors Description
TextReader Creates a TextReader object.

Methods Description
close Closes this TextReader object and the underlying IByteStream object.

getStream Retrieves the stream that underlies this TextReader object.

peek Retrieves the next available character without actually reading it from the input stream.

read Reads the next character from the input stream.

readLine Reads a line.