Microsoft SDK for Java

DataStream.writeLong

Writes a long value to this stream.

Syntax

public void writeLong( long value )

Parameters

value

The value to write.

Remarks

This method implements the IDataStream.writeLong method. This method calls the writeInt method twice to write the long value to the stream.

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