Writes a long value to this stream.
public void writeLong( long value )
value
The value to write.
This method implements the IDataStream.writeLong method. This method calls the writeInt method twice to write the long value to the stream.