Microsoft SDK for Java

DataStream.readChar

Reads a character from this stream.

Syntax

public char readChar()

Return Value

Returns a character of data from this stream.

Remarks

This method implements the IDataStream.readChar method. This method calls the read method to read two bytes and combine them into a character.

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