Microsoft SDK for Java

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.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.