Microsoft SDK for Java

IDataStream.writeLong

Writes a long integer to this stream.

Syntax

public void writeLong( long value )

Parameters

value

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

See Also   readLong

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