Writes the contents of the specified double array to this stream.
public void writeDoubles( double[] buffer )
public void writeDoubles( double[] buffer, int index, int count )
buffer
An array of primitive types to write.
index
The byte offset into buffer.
count
The number of double values to write.
This method implements the IDataStream.writeDoubles method. This method validates the arguments and then calls the writeCore method to write the data.