Microsoft SDK for Java

File.writeInt

Writes an integer to this file.

Syntax

public void writeInt( int value )

Parameters

value

The integer value to write to the file.

Overrides   DataStream.writeInt

See Also   IDataStream.writeInt

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