DataStream.readChar

Overview | Methods | This Package | All Packages

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.