Get all the values from the file.
If the file has already been partially read, only the
values that have not already been read will be included.
Each line of the file that has at least one value will be
represented. Comments and empty lines are ignored.
The resulting double array may be jagged.
all the values from the file or null if there are no more values. throws: IOException - if an error occurs while reading. since: ostermillerutils 1.00.00 |