Microsoft SDK for Java

IReader Methods

Methods Description
close Closes this Reader object and releases any system resources associated with the reader. 
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.