Answer the question
In order to leave comments, you need to log in
The FileReader ignores the first two bytes. What's the matter?
I have the simplest code to test the operation of FileReader:
Reader r = new FileReader("1234.dmap");
System.out.println(Integer.toHexString(r.read()));
System.out.println(Integer.toHexString(r.read()));
System.out.println(Integer.toHexString(r.read()));
System.out.println(Integer.toHexString(r.read()));
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question