Overview | Methods | This Package | All Packages
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.