Microsoft SDK for Java

IDataStream.writeInt

Writes an integer value to this stream.

Syntax

public void writeInt( int value )

Parameters

value

The integer 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 four bytes.

See Also   readInt

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