Microsoft SDK for Java

File.writeChar

Writes a character to this file.

Syntax

public void writeChar( char value )

Parameters

value

The character value to write to the file.

Overrides   DataStream.writeChar

See Also   IDataStream.writeChar

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