Microsoft SDK for Java

IDataStream.writeChar

Writes a character to this stream.

Syntax

public void writeChar( char value )

Parameters

value

The character value to write.

Exceptions

IOException thrown if an I/O error occurs or if the stream does not support writing.

Remarks

The current position is advanced by two bytes.

See Also   readChar

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