DataStream.writeDoubles

Overview | Methods | This Package | All Packages

DataStream.writeDoubles

Writes the contents of the specified double array to this stream.

Syntax

public void writeDoubles( double[] buffer )

public void writeDoubles( double[] buffer, int index, int count )

Parameters

buffer

An array of primitive types to write.

index

The byte offset into buffer.

count

The number of double values to write.

Remarks

This method implements the IDataStream.writeDoubles method. This method validates the arguments and then calls the writeCore method to write the data.