Microsoft SDK for Java

StringReader Methods

Constructors Description
StringReader Creates a StringReader object.

Methods Description
close Closes this StringReader object.
peek Retrieves the next available character without actually reading it from the underlying string.
read Reads the next character from the underlying string.
readLine Reads a line.

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