Read them into a string then use


double myDouble = Double.valueOf(theString);

Regards,
Chris