Microsoft SDK for Java

read

This method of the XMLInputStream class retrieves the next Unicode character in the input stream. The read operation performed depends on the current read state.

Syntax

public int read() throws IOException;

Return Value

Returns the next Unicode character in the stream.

Exceptions

IOException if an I/O error occurs.

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