IOException: Read Error
问题 If you want more info on the error, the full source can be downloaded here Hey, I'm reading an ini file using java.util.Properties; and I've run into a strange issue. When I try to load a specific file, the thing spits out this strange exception that I've been trying for about a day to eliminate. java.io.IOException: Read error at java.io.FileInputStream.readBytes(Native Method) at java.io.FileInputStream.read(Unknown Source) at java.util.Properties$LineReader.readLine(Unknown Source) at java