Microsoft SDK for Java

Reader Methods

Methods Description
close Closes this Reader object and releases any system resources associated with the reader.
peek Retrieves the next available character from the input stream without actually reading it.
read Reads the next character from the input stream.
readLine Reads a line.

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