binary - Read .lda file in Java? - Stack Overflow
I need to be able to read instructions from a .lda file (laser data file) for a project I need to work on. It's a type of binary file so provided I use the right text editor I can see the contents in hex but getting Java to read it is proving to be tricky...