Hi guys.
I understand that in Java Eclipse that to read files, the files have to be within the folder of the java program so I have put the files into the folder of the java program where all the files to do with the DTM file reader is.
Thing is I haven't I clue what code to type up to be able to read the DTM files. I know about needing the required tools to such as a file reader, or buffered reader etc but I haven't a clue either if these are the correct tools.
Could someone point me in the right direction.
The program should be able to print out the highest peak and lowest peak data ranges from the DTM files and also be able to print out this information from the DTM files to the console window within java eclipse.