#BufferedReader not reading information correctly?
1 messages · Page 1 of 1 (latest)
I can't post my code wtf
I uploaded your attachments as Gist.
It's with my readFile method
ur never putting ur natureOfWorkNeeded anywhere
u put it into the data variable
and then overwrite that later with the empty line
so u throw it away
in the other examples, u always used data and put it into another variable for later use
Ah I see
I only need the data var when I'm parsing it
Yeah
Was just gonna say that
Now I get a NumberFormatException
java.lang.NumberFormatException: For input string: "7IEL"
Ah wait
No it still happens